Create or update Paperclip issue document
paperclip_document_putCreate a new document or append a revision to an existing issue. For updates, provide the current base revision ID to prevent overwrites; returns a compact acknowledgement.
Instructions
Create a document or append a new revision. Updating an existing document normally requires base_revision_id from a fresh paperclip_document result. Returns only a compact acknowledgement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| body | Yes | ||
| title | No | ||
| issue_id | Yes | ||
| change_summary | No | ||
| base_revision_id | No |