Bug 33021: Show an alert when adding a reserved item to an item bundle
[srvgit] / api / v1 / swagger / definitions / bundle_link.yaml
1 ---
2 type: object
3 properties:
4   item_id:
5     type:
6       - integer
7       - "null"
8     description: Internal item identifier
9   external_id:
10     type:
11       - string
12       - "null"
13     description: Item barcode
14   force_checkin:
15     type:
16       - boolean
17       - "null"
18   ignore_holds:
19     type:
20       - boolean
21       - "null"
22 additionalProperties: false