bookstack_attachments_update
Modify BookStack attachment details including name, file content, or location to keep document resources current and accurate.
Instructions
Update an attachment's details such as name or replace the file content
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Attachment ID to update | |
| uploaded_to | No | Move attachment to different page | |
| name | No | New attachment name/title | |
| file | No | New Base64 encoded file content to replace existing file | |
| link | No | New external URL to link to |