edit_canvas
Replace the content of an existing Slack canvas with new markdown by providing the canvas ID and updated document content.
Instructions
Edit (replace content of) an existing canvas. Requires canvases:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canvas_id | Yes | Canvas ID to edit | |
| operation_id | No | Optional idempotency key for the edit | |
| document_content | Yes | New markdown content |