checkout_document
Lock and download a document for editing via Alfresco REST API using the specified node ID, ensuring controlled content updates.
Instructions
Check out a document for editing using Alfresco REST API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
download_for_editing | No | ||
node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"download_for_editing": {
"default": true,
"title": "Download For Editing",
"type": "boolean"
},
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}