Lines 572-577
Link Here
|
572 |
- catalogue_item |
572 |
- catalogue_item |
573 |
- catalogue_item.biblio |
573 |
- catalogue_item.biblio |
574 |
collectionFormat: csv |
574 |
collectionFormat: csv |
|
|
575 |
additionalProperties: false |
575 |
responses: |
576 |
responses: |
576 |
200: |
577 |
200: |
577 |
description: An item in train |
578 |
description: An item in train |
Lines 624-634
Link Here
|
624 |
required: true |
625 |
required: true |
625 |
schema: |
626 |
schema: |
626 |
type: object |
627 |
type: object |
|
|
628 |
properties: |
629 |
train_id: |
630 |
description: Train id |
631 |
type: integer |
627 |
responses: |
632 |
responses: |
628 |
201: |
633 |
201: |
629 |
description: A successfully copied item |
634 |
description: A successfully copied item |
630 |
schema: |
635 |
schema: |
631 |
type: object |
636 |
$ref: "../swagger.yaml#/definitions/preservation_train_item" |
632 |
400: |
637 |
400: |
633 |
description: Bad parameter |
638 |
description: Bad parameter |
634 |
schema: |
639 |
schema: |