v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBAsset
Update an Asset. Warning: This is a beta endpoint, the payload/response can change
Replaces the Asset resource.
put/assets/{id}
Path parameters
idstring required
Resource identifier
Headers
X-Quable-Localestring
Request body
Example request
{
"id": "api_identifier",
"active": true,
"remotePath": "https://example.com/path.jpg"
}Response
Asset resource updated
Example response
{
"classifications": [
{
"id": "identifier_example"
}
],
"documentLinks": [
{
"linkType": {
"id": "identifier_example"
},
"id": "identifier_example"
}
],
"variantLinks": [
{
"linkType": {
"id": "identifier_example"
},
"id": "identifier_example"
}
],
"id": "identifier_example"
}