---
title: "Update/create several attribute options"
method: PATCH
path: "/api/rest/v1/attributes/{attribute_code}/options"
tags: ["Attribute option"]
---

# Update/create several attribute options

`PATCH /api/rest/v1/attributes/{attribute_code}/options`

This endpoint allows you to update several attribute options at once. Please note that this endpoint applies a rate limit of 3 concurrent API requests per second.

## Path parameters

- `attribute_code` string, required

## Request body

- object
  - `code` string, required — Code of option
  - `attribute` string — Code of attribute related to the attribute option
  - `sort_order` integer — Order of attribute option
  - `labels` object — Attribute option labels for each locale
    - `localeCode` string — Attribute option 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
- `429` — Too many requests

---

[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)
