View | Details | Raw Unified | Return to bug 29772
Collapse All | Expand All

(-)a/api/v1/swagger/paths/patrons.yaml (-2 / +7 lines)
Lines 567-573 Link Here
567
        schema:
567
        schema:
568
          $ref: ../definitions.yaml#/error
568
          $ref: ../definitions.yaml#/error
569
      "409":
569
      "409":
570
        description: Conflict
570
        description: |
571
          Conflict. Possible `error_code` attribute values:
572
573
            * `has_checkouts`: The patron has pending checkouts
574
            * `has_debt`: The patron has pending debts
575
            * `has_guarantees`: The patron has guarantees
576
            * `is_anonymous_patron`: The system-wide anonymous patron cannot be deleted
571
        schema:
577
        schema:
572
          $ref: ../definitions.yaml#/error
578
          $ref: ../definitions.yaml#/error
573
      "500":
579
      "500":
574
- 

Return to bug 29772