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

(-)a/api/v1/swagger/definitions/booking.yaml (-2 / +2 lines)
Lines 14-20 properties: Link Here
14
    description: Booking cancellation reason
14
    description: Booking cancellation reason
15
    type:
15
    type:
16
      - string
16
      - string
17
      - "null"
17
      - 'null'
18
  creation_date:
18
  creation_date:
19
    description: Creation date and time of this booking
19
    description: Creation date and time of this booking
20
    readOnly: true
20
    readOnly: true
Lines 63-69 properties: Link Here
63
    description: Status of the booking
63
    description: Status of the booking
64
    type:
64
    type:
65
      - string
65
      - string
66
      - "null"
66
      - 'null'
67
required:
67
required:
68
  - biblio_id
68
  - biblio_id
69
  - item_id
69
  - item_id
(-)a/api/v1/swagger/definitions/booking_patch.yaml (-1 / +5 lines)
Lines 8-13 properties: Link Here
8
    description: Internal booking identifier
8
    description: Internal booking identifier
9
    readOnly: true
9
    readOnly: true
10
    type: integer
10
    type: integer
11
  cancellation_reason:
12
    description: Booking cancellation reason
13
    type:
14
      - string
15
      - 'null'
11
  creation_date:
16
  creation_date:
12
    description: Creation date and time of this booking
17
    description: Creation date and time of this booking
13
    readOnly: true
18
    readOnly: true
14
- 

Return to bug 38222