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

(-)a/api/v1/swagger/paths/public_patrons.yaml (-3 / +9 lines)
Lines 103-113 Link Here
103
        schema:
103
        schema:
104
          $ref: "../swagger.yaml#/definitions/error"
104
          $ref: "../swagger.yaml#/definitions/error"
105
      "405":
105
      "405":
106
        description: Method not allowed
106
        description: |
107
          Method not allowed. Possible `error_code` attribute values:
108
109
          * `FEATURE_DISABLED`
107
        schema:
110
        schema:
108
          $ref: "../swagger.yaml#/definitions/error"
111
          $ref: "../swagger.yaml#/definitions/error"
109
      "409":
112
      "409":
110
        description: Conflict in creating checkout
113
        description: |
114
          Conflict in creating checkout. Possible `error_code` attribute values:
115
116
          * `ITEM_NOT_FOUND`
117
          * `PATRON_NOT_FOUND`
111
        schema:
118
        schema:
112
          $ref: "../swagger.yaml#/definitions/error"
119
          $ref: "../swagger.yaml#/definitions/error"
113
      "412":
120
      "412":
114
- 

Return to bug 30979