update_asset

mutationSince v1.0

Rename 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

NameTypeRequiredDefaultDescription
localeStringWrite the new label and description as this language's translation (for example 'de') rather than to the base text.
set_folder_idStringFolder to move the asset into, by ID or name. Pass an empty string to move it to the root.
asset_idStringThe asset to update.
set_descriptionStringNew description for the asset.
set_labelStringNew 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.