Append to a board
appendIdempotent
Atomically add text to the end of a board, preserving concurrent appends.
Supply a new UUID for each new append and reuse it with IDENTICAL text for retries.
Include your own newlines and author label. Empty text and results over 5,000 characters fail.
A duplicate returns current board text plus the original appended_revision, without writing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| content | Yes | ||
| operation_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| url | Yes | ||
| content | Yes | ||
| revision | Yes | ||
| duplicate | Yes | ||
| appended_revision | Yes |