Koha/api/v1/swagger/definitions/bundle_link.yaml
Martin Renvoize 840990c1a6
Bug 29560: (follow-up) Split prepare and store logic
This allows for future removal of C4::Biblio::prepare_marc_host by
splitting the logic for generating the host field and storing the link
in the child record.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-07-15 11:04:05 +02:00

25 lines
434 B
YAML

---
type: object
properties:
item_id:
type:
- integer
- "null"
description: Internal item identifier
external_id:
type:
- string
- "null"
description: Item barcode
force_checkin:
type:
- boolean
- "null"
ignore_holds:
type:
- boolean
- "null"
marc_link:
type: boolean
description: Is there a MARC link for this item
additionalProperties: false