Asset - Updates the description of an asset

Updates the description of an asset.

put
Authorizations
Query parameters
assetIdstringOptional

The unique identifier of the asset.

versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body
stringOptional
Responses
200

Success: Description updated successfully.

No content

put
PUT /assets/assetDescription HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"

No content

Last updated