update_asset
mutationSince v1.0Rename an asset, change its description, or move it to another folder. This does not touch the attached file — use upload_asset_file to replace the content, or delete_asset to remove the asset altogether. Applied immediately.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
locale | String | — | Write the new label and description as this language's translation (for example 'de') rather than to the base text. | |
set_folder_id | String | — | Folder to move the asset into, by ID or name. Pass an empty string to move it to the root. | |
asset_id | String | ✓ | The asset to update. | |
set_description | String | — | New description for the asset. | |
set_label | String | — | New name for the asset. |
Example Request
{"asset_id": "7b12...", "set_label": "Architecture Diagram v3", "set_folder_id": "folder-uuid"}Example Response
{"success": true, "operation_count": 1, "versions": [66]}This content was written collaboratively with AI.