Add Document to Collection
transkribus_coll_add_docAdd an existing document to a collection by providing collection and document IDs, with an option to move instead of copying the document.
Instructions
Add an existing document to a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document ID | |
| docId | Yes | Document ID | |
| collId | Yes | Collection ID | |
| moveTo | No | Move instead of copy (default false) |