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

(-)a/api/v1/swagger/definitions/ill_request.yaml (-2 / +3 lines)
Lines 24-30 properties: Link Here
24
    type: string
24
    type: string
25
    description: Internal library identifier
25
    description: Internal library identifier
26
  requested_date:
26
  requested_date:
27
    type: string
27
    type:
28
      - string
29
      - "null"
28
    format: date
30
    format: date
29
    description: Date the request was placed by the patron
31
    description: Date the request was placed by the patron
30
  replied_date:
32
  replied_date:
31
- 

Return to bug 34130