---
title: "Update custom attributes"
method: PUT
path: "/2023-10/subscription/{subscriptionId}/customAttribute"
---

# Update custom attributes

`PUT /2023-10/subscription/{subscriptionId}/customAttribute`

Rate limit - 5/s

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `customAttributes` object[], required
    - `key` string — Key of the attribute
    - `value` string — Value of the attribute

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
