---
title: "Set or Update Label for Attribute Set"
method: PUT
path: "/attribute/label/{user_token}/{endpoint_token}/{attr_set_token}"
tags: ["Attribute"]
---

# Set or Update Label for Attribute Set

`PUT /attribute/label/{user_token}/{endpoint_token}/{attr_set_token}`

This **PUT** endpoint sets or updates a human-readable label for a given `attr_set_token`.<br>
Labels help identify the context of the attribute set — for example, assigning a label like "JPMorgan Chase" to represent attributes linked to that specific destination or financial institution.<br>
Provide the `attr_set_token` and `endpoint_toke` as a path parameter and the desired `label` in the request body.<br>
If a label already exists for the attribute set, it will be overwritten.

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `label` string, required — User-defined label for identifying or naming this set of attributes. Useful for UI display or future reference.

## Response `200`

successful operation

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.dev/masspay/apis/masspay-api.md) · [All operations](https://skmtc.dev/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/masspay/masspay-api/revisions/c03b61a6a551/schema)
