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

(-)a/api/v1/swagger/definitions/checkout.yaml (-2 / +3 lines)
Lines 8-14 properties: Link Here
8
    type: integer
8
    type: integer
9
    description: Internal patron identifier
9
    description: Internal patron identifier
10
  item_id:
10
  item_id:
11
    type: integer
11
    type:
12
      - integer
13
      - "null"
12
    description: internal identifier of checked out item
14
    description: internal identifier of checked out item
13
  due_date:
15
  due_date:
14
    type: string
16
    type: string
15
- 

Return to bug 32801