Asset - Updates the description of an asset
Authorizations
Query parameters
assetIdstringOptional
The unique identifier of the asset.
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
stringOptional
Responses
200
Success: Description updated successfully.
No content
400
Bad Request: The request is invalid due to syntax errors or incorrect/missing parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
put
PUT /assets/assetDescription HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"
No content
Last updated