kaiten_update_card_file
Update a file attachment on a card by changing its name, URL, type, size, sort order, or cover status. Keep card files organized and correctly attributed.
Instructions
Update a file attachment on a card (name, URL, sort order, cover, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL of the file. | |
| name | No | New display name. | |
| size | No | File size in bytes. | |
| type | No | File type: 1=attachment, 2=googleDrive, 3=dropBox, 4=box, 5=oneDrive, 6=yandexDisk. | |
| card_id | Yes | Card ID. | |
| file_id | Yes | File ID. | |
| card_cover | No | Set this file as the card cover image. | |
| sort_order | No | Sort order of the file in the list. | |
| custom_property_id | No | Custom property ID to associate the file with. |