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

(-)a/api/v1/swagger/definitions/hold.yaml (+7 lines)
Lines 144-149 properties: Link Here
144
      - object
144
      - object
145
      - "null"
145
      - "null"
146
    description: Patron for hold
146
    description: Patron for hold
147
  debits:
148
    type:
149
      - array
150
      - "null"
151
    description: Debits (charges) linked to this hold (x-koha-embed)
152
    items:
153
      $ref: "./debit.yaml"
147
  _strings:
154
  _strings:
148
    type:
155
    type:
149
      - object
156
      - object
(-)a/api/v1/swagger/paths/holds.yaml (+1 lines)
Lines 108-113 Link Here
108
            - pickup_library
108
            - pickup_library
109
            - item
109
            - item
110
            - patron
110
            - patron
111
            - debits
111
        collectionFormat: csv
112
        collectionFormat: csv
112
    produces:
113
    produces:
113
      - application/json
114
      - application/json
(-)a/api/v1/swagger/paths/patrons_holds.yaml (-1 / +1 lines)
Lines 34-39 Link Here
34
            - deleted_biblio
34
            - deleted_biblio
35
            - item
35
            - item
36
            - pickup_library
36
            - pickup_library
37
            - account_lines
37
        collectionFormat: csv
38
        collectionFormat: csv
38
    produces:
39
    produces:
39
      - application/json
40
      - application/json
40
- 

Return to bug 40808