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

(-)a/api/v1/swagger/definitions/checkout.yaml (+10 lines)
Lines 11-16 properties: Link Here
11
    type:
11
    type:
12
      - integer
12
      - integer
13
      - "null"
13
      - "null"
14
  booking_id:
15
    type:
16
      - integer
17
      - "null"
18
    description: Internal booking identifier that this checkout fulfills
14
  external_id:
19
  external_id:
15
    type:
20
    type:
16
      - string
21
      - string
Lines 111-114 properties: Link Here
111
      - object
116
      - object
112
      - "null"
117
      - "null"
113
    description: The object representing the checkout patron
118
    description: The object representing the checkout patron
119
  booking:
120
    type:
121
      - object
122
      - "null"
123
    description: The object representing the linked booking
114
additionalProperties: false
124
additionalProperties: false
(-)a/api/v1/swagger/paths/checkouts.yaml (+2 lines)
Lines 28-33 Link Here
28
        items:
28
        items:
29
          type: string
29
          type: string
30
          enum:
30
          enum:
31
            - booking
31
            - issuer
32
            - issuer
32
            - item
33
            - item
33
            - item.biblio
34
            - item.biblio
Lines 151-156 Link Here
151
        items:
152
        items:
152
          type: string
153
          type: string
153
          enum:
154
          enum:
155
            - booking
154
            - issuer
156
            - issuer
155
            - item
157
            - item
156
            - item.biblio
158
            - item.biblio
(-)a/api/v1/swagger/paths/patrons_checkouts.yaml (-1 / +1 lines)
Lines 23-28 Link Here
23
        items:
23
        items:
24
          type: string
24
          type: string
25
          enum:
25
          enum:
26
            - booking
26
            - issuer
27
            - issuer
27
            - item
28
            - item
28
            - item.biblio
29
            - item.biblio
29
- 

Return to bug 40665