v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Classification & 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

idstring
assignmentMode'dynamic' | 'manual'

The assignation mode is used to defined how the classification will be filled

Example request

{
  "id": "api_identifier",
  "assignmentMode": "dynamic"
}

Response

Classification resource updated

parentstring nullable
catalogIdstring nullable
activeboolean
attributesstring[]
mainAssetUrlstring nullable
mainAssetThumbnailUrlstring nullable
dateCreatedstring date-time nullable
dateModifiedstring date-time nullable
idstring

This is the unique identifier of the resource

legacyIdinteger

Example response

{
  "assetLinks": [
    {
      "linkType": {
        "id": "identifier_example"
      },
      "id": "identifier_example"
    }
  ],
  "id": "identifier_example"
}