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

(-)a/api/v1/swagger/definitions/booking.yaml (-1 / +5 lines)
Lines 44-49 properties: Link Here
44
    description: Start date and time of this booking
44
    description: Start date and time of this booking
45
    format: date-time
45
    format: date-time
46
    type: string
46
    type: string
47
  status:
48
    description: Status of the booking
49
    type:
50
      - string
51
      - "null"
47
required:
52
required:
48
  - biblio_id
53
  - biblio_id
49
  - item_id
54
  - item_id
50
- 

Return to bug 37601