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

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

Return to bug 34130