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

(-)a/api/v1/swagger/definitions/hold.yaml (+5 lines)
Lines 128-132 properties: Link Here
128
      - object
128
      - object
129
      - "null"
129
      - "null"
130
    description: Pickup library
130
    description: Pickup library
131
  patron:
132
    type:
133
      - object
134
      - "null"
135
    description: Patron for hold
131
136
132
additionalProperties: false
137
additionalProperties: false
(-)a/api/v1/swagger/paths/holds.yaml (-1 / +1 lines)
Lines 105-110 Link Here
105
            - biblio
105
            - biblio
106
            - pickup_library
106
            - pickup_library
107
            - item
107
            - item
108
            - patron
108
        collectionFormat: csv
109
        collectionFormat: csv
109
    produces:
110
    produces:
110
      - application/json
111
      - application/json
111
- 

Return to bug 36135