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

(-)a/api/v1/swagger/definitions/booking.yaml (+6 lines)
Lines 24-29 properties: Link Here
24
    description: Start date and time of this booking
24
    description: Start date and time of this booking
25
    format: date-time
25
    format: date-time
26
    type: string
26
    type: string
27
  extended_attributes:
28
    description: Related additional field values
29
    type:
30
      - array
31
    items:
32
      $ref: extended_attribute_value.yaml
27
  item_id:
33
  item_id:
28
    description: Internal item identifier
34
    description: Internal item identifier
29
    type:
35
    type:
(-)a/api/v1/swagger/definitions/booking_patch.yaml (+6 lines)
Lines 22-27 properties: Link Here
22
    description: Start date and time of this booking
22
    description: Start date and time of this booking
23
    format: date-time
23
    format: date-time
24
    type: string
24
    type: string
25
  extended_attributes:
26
    description: Related additional field values
27
    type:
28
      - array
29
    items:
30
      $ref: extended_attribute_value.yaml
25
  item_id:
31
  item_id:
26
    description: Internal item identifier
32
    description: Internal item identifier
27
    type:
33
    type:
(-)a/api/v1/swagger/paths/biblios.yaml (+1 lines)
Lines 319-324 Link Here
319
            - item
319
            - item
320
            - patron
320
            - patron
321
            - pickup_library
321
            - pickup_library
322
            - extended_attributes
322
        collectionFormat: csv
323
        collectionFormat: csv
323
    consumes:
324
    consumes:
324
      - application/json
325
      - application/json
(-)a/api/v1/swagger/paths/bookings.yaml (+1 lines)
Lines 49-54 Link Here
49
            - item.checkout
49
            - item.checkout
50
            - patron
50
            - patron
51
            - pickup_library
51
            - pickup_library
52
            - extended_attributes
52
        collectionFormat: csv
53
        collectionFormat: csv
53
    produces:
54
    produces:
54
      - application/json
55
      - application/json
(-)a/api/v1/swagger/paths/extended_attribute_types.yaml (-1 / +1 lines)
Lines 15-20 Link Here
15
        type: string
15
        type: string
16
        enum:
16
        enum:
17
          - basket
17
          - basket
18
          - booking
18
          - credit
19
          - credit
19
          - debit
20
          - debit
20
          - invoice
21
          - invoice
21
- 

Return to bug 37829