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

(-)a/api/v1/swagger/paths/patrons.yaml (-1 / +4 lines)
Lines 699-705 Link Here
699
          items:
699
          items:
700
            $ref: "../swagger.yaml#/definitions/ill_request"
700
            $ref: "../swagger.yaml#/definitions/ill_request"
701
      "400":
701
      "400":
702
        description: Bad request
702
        description: |
703
          Bad request. Possible `error_code` attribute values:
704
705
            * `invalid_query`
703
        schema:
706
        schema:
704
          $ref: "../swagger.yaml#/definitions/error"
707
          $ref: "../swagger.yaml#/definitions/error"
705
      "401":
708
      "401":
(-)a/api/v1/swagger/paths/public_patrons.yaml (-2 / +4 lines)
Lines 315-321 Link Here
315
          items:
315
          items:
316
            $ref: "../swagger.yaml#/definitions/ill_request"
316
            $ref: "../swagger.yaml#/definitions/ill_request"
317
      "400":
317
      "400":
318
        description: Bad request
318
        description: |
319
          Bad request. Possible `error_code` attribute values:
320
321
            * `invalid_query`
319
        schema:
322
        schema:
320
          $ref: "../swagger.yaml#/definitions/error"
323
          $ref: "../swagger.yaml#/definitions/error"
321
      "401":
324
      "401":
322
- 

Return to bug 39600