v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Attribute

Set or Update Label for Attribute Set

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.

put/attribute/label/{user_token}/{endpoint_token}/{attr_set_token}

Headers

Idempotency-Keystring

Unique key to prevent duplicate processing

Request body

labelstring required

User-defined label for identifying or naming this set of attributes. Useful for UI display or future reference.

Response

successful operation