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

(-)a/api/v1/swagger/definitions/item.yaml (-1 / +10 lines)
Lines 220-225 properties: Link Here
220
  exclude_from_local_holds_priority:
220
  exclude_from_local_holds_priority:
221
    type: boolean
221
    type: boolean
222
    description: Exclude this item from local holds priority.
222
    description: Exclude this item from local holds priority.
223
  sort1:
224
    type:
225
      - string
226
      - "null"
227
    description: "field for additional data to distinguish item records"
228
  sort2:
229
    type:
230
      - string
231
      - "null"
232
    description: "field for additional data to distinguish item records"
223
  return_claims:
233
  return_claims:
224
    type: array
234
    type: array
225
    description: An array of all return claims associated with this item
235
    description: An array of all return claims associated with this item
226
- 

Return to bug 19316