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

(-)a/api/v1/swagger/paths/checkouts.yaml (+6 lines)
Lines 29-34 Link Here
29
          type: string
29
          type: string
30
          enum:
30
          enum:
31
            - issuer
31
            - issuer
32
            - item
33
            - library
34
            - patron
32
            - renewals
35
            - renewals
33
        collectionFormat: csv
36
        collectionFormat: csv
34
    produces:
37
    produces:
Lines 148-153 Link Here
148
          type: string
151
          type: string
149
          enum:
152
          enum:
150
            - issuer
153
            - issuer
154
            - item
155
            - library
156
            - patron
151
            - renewals
157
            - renewals
152
        collectionFormat: csv
158
        collectionFormat: csv
153
    produces:
159
    produces:
(-)a/api/v1/swagger/paths/patrons_checkouts.yaml (-1 / +5 lines)
Lines 24-29 Link Here
24
          type: string
24
          type: string
25
          enum:
25
          enum:
26
            - cancellation_requested
26
            - cancellation_requested
27
            - issuer
28
            - item
29
            - library
30
            - patron
31
            - renewals
27
        collectionFormat: csv
32
        collectionFormat: csv
28
    produces:
33
    produces:
29
      - application/json
34
      - application/json
30
- 

Return to bug 37809