v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBClassification & Catalog
Update a Classification. Warning : This is a beta endpoint, the payload / response can change
Replaces the Classification resource.
put/classifications/{id}
Path parameters
idstring required
Resource identifier
Headers
X-Quable-Localestring
Request body
Example request
{
"id": "api_identifier",
"assignmentMode": "dynamic"
}Response
Classification resource updated
Example response
{
"assetLinks": [
{
"linkType": {
"id": "identifier_example"
},
"id": "identifier_example"
}
],
"id": "identifier_example"
}