Skip to main content
PUT
Update an asset’s metadata, name, description, or tags. The file itself cannot be replaced - upload a new asset instead.

Path Parameters

string
required
The unique identifier of the organization
string
required
The unique identifier of the project
string
required
The unique identifier of the asset

Request Body

string
New display name for the asset
string
New description following the structured markdown format
object
Updated metadata object. Merged with existing metadata.
string[]
New array of tag IDs. Replaces existing tags.

Response

Returns the updated Asset object.