---
title: "Update a Classification. Warning : This is a beta endpoint, the payload / response can change"
method: PUT
path: "/classifications/{id}"
tags: ["Classification & Catalog"]
---

# Update a Classification. Warning : This is a beta endpoint, the payload / response can change

`PUT /classifications/{id}`

Replaces the Classification resource.

## Path parameters

- `id` string, required

## Headers

- `X-Quable-Locale` string

## Request body

- ClassificationClassificationInputClassificationInput
  - `id` string
  - `parent` EmbedClassificationInputClassificationInput
    - `id` string
  - `assignmentMode` 'dynamic' | 'manual' — The assignation mode is used to defined how the classification will be filled
  - `attributes` unknown[] — In this example below, keys are corresponding to attribute control type
    - unknown

## Response `200`

Classification resource updated

- ClassificationClassificationOutputReadClassificationOutput
  - `parent` string, nullable
  - `catalogId` string, nullable
  - `active` boolean
  - `attributes` string[]
  - `assetLinks` LinkLinkOutputReadClassificationOutput[]
    - `linkType` LinkTypeLinkTypeOutputReadClassificationOutput
      - `id` string — This is the unique identifier of the resource
    - `origin` string
    - `target` string
    - `sequence` integer
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `mainAssetUrl` string, nullable
  - `mainAssetThumbnailUrl` string, nullable
  - `dateCreated` string, date-time, nullable
  - `dateModified` string, date-time, nullable
  - `createdBy` UserUserOutputReadClassificationOutput
    - `id` integer
  - `updatedBy` UserUserOutputReadClassificationOutput
    - `id` integer
  - `id` string — This is the unique identifier of the resource
  - `legacyId` integer

## Other responses

- `400` — Invalid input
- `404` — Resource not found
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
