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

(-)a/api/v1/swagger/paths/holds.yaml (+10 lines)
Lines 232-237 Link Here
232
            - hold_limit
232
            - hold_limit
233
            - restricted
233
            - restricted
234
        collectionFormat: csv
234
        collectionFormat: csv
235
      - name: x-koha-embed
236
        in: header
237
        required: false
238
        description: Embed list sent as a request header
239
        type: array
240
        items:
241
          type: string
242
          enum:
243
            - debits
244
        collectionFormat: csv
235
    consumes:
245
    consumes:
236
      - application/json
246
      - application/json
237
    produces:
247
    produces:
(-)a/api/v1/swagger/paths/patrons_holds.yaml (-2 / +1 lines)
Lines 34-40 Link Here
34
            - deleted_biblio
34
            - deleted_biblio
35
            - item
35
            - item
36
            - pickup_library
36
            - pickup_library
37
            - account_lines
37
            - debits
38
        collectionFormat: csv
38
        collectionFormat: csv
39
    produces:
39
    produces:
40
      - application/json
40
      - application/json
41
- 

Return to bug 40808