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

(-)a/api/v1/swagger/definitions/order.yaml (-1 / +6 lines)
Lines 224-229 properties: Link Here
224
  current_item_level_holds_count:
224
  current_item_level_holds_count:
225
    type: integer
225
    type: integer
226
    description: Current holds count for associated items
226
    description: Current holds count for associated items
227
  estimated_delivery_date:
228
    type: 
229
      - string
230
      - "null"
231
    format: date
232
    description: Estimated delivery date
227
  fund:
233
  fund:
228
    type:
234
    type:
229
      - object
235
      - object
230
- 

Return to bug 15348