---
title: "Update/create several PAM asset categories"
method: PATCH
path: "/api/rest/v1/asset-categories"
tags: ["PAM asset category"]
---

# Update/create several PAM asset categories

`PATCH /api/rest/v1/asset-categories`

This endpoint allows you to update several PAM asset categories at once.

## Request body

- object
  - `code` string, required — PAM asset category code
  - `parent` string — PAM ssset category code of the parent's asset category
  - `labels` object — PAM asset category labels for each locale
    - `localeCode` string — PAM asset category label for the locale `localeCode`

## Response `200`

OK

- object
  - `line` integer — Line number
  - `identifier` string — Resource identifier, only filled when the resource is a product
  - `code` string — Resource code, only filled when the resource is not a product
  - `status_code` integer — HTTP status code, see <a href="/documentation/responses.html#client-errors">Client errors</a> to understand the meaning of each code
  - `message` string — Message explaining the error

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `413` — Request Entity Too Large
- `415` — Unsupported Media type

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
