---
title: "PUT /classifications/{code}"
method: PUT
path: "/classifications/{code}"
tags: ["Classifications"]
---

# PUT /classifications/{code}

`PUT /classifications/{code}`

Update an existing classification

## Path parameters

- `code` string, required

## Request body

- NewClassification
  - `parent_code` string, required
  - `code` string, required

## Response `201`

Classification has been updated

- object
  - `success` boolean, required
  - `code` string, required
  - `parent_code` string, required
  - `active` boolean, required
  - `leaf` boolean, required
  - `location` string, required

## Other responses

- `404` — Code not found

---

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