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

(-)a/api/v1/swagger/definitions/hold.yaml (+5 lines)
Lines 135-139 properties: Link Here
135
      - object
135
      - object
136
      - "null"
136
      - "null"
137
    description: Pickup library
137
    description: Pickup library
138
  _strings:
139
    type:
140
      - object
141
      - "null"
142
    description: A list of stringified coded values
138
143
139
additionalProperties: false
144
additionalProperties: false
(-)a/api/v1/swagger/paths/holds.yaml (+1 lines)
Lines 101-106 Link Here
101
        items:
101
        items:
102
          type: string
102
          type: string
103
          enum:
103
          enum:
104
            - +strings
104
            - cancellation_requested
105
            - cancellation_requested
105
            - biblio
106
            - biblio
106
            - deleted_biblio
107
            - deleted_biblio
(-)a/api/v1/swagger/paths/patrons_holds.yaml (-1 / +1 lines)
Lines 28-33 Link Here
28
        items:
28
        items:
29
          type: string
29
          type: string
30
          enum:
30
          enum:
31
            - +strings
31
            - cancellation_requested
32
            - cancellation_requested
32
            - biblio
33
            - biblio
33
            - deleted_biblio
34
            - deleted_biblio
34
- 

Return to bug 40542