op_update_document
Update a document's title and description, replacing the whole markdown body. Use it to revise document content when concurrent edits are acceptable, since changes are last-write-wins.
Instructions
Update a document title and/or description. The description replaces the whole markdown body. Documents carry no lockVersion, so concurrent edits are last-write-wins — unlike work packages, the API offers no optimistic locking. The "description" {"raw": …} form documented for other resources corrupts the stored text on documents (verified on 17.3, contract unchanged through 17.7); a plain string is what the UI itself sends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | New title (max 255 characters). | |
| description | No | Replaces the whole markdown body. |