v1
latestOpenAPI 3.0.32026-07-1416063.7 KBUpdate an Existing Attribute
This endpoint creates a new attribute and associates it with the client.
put/attributes/{id}
Path parameters
idinteger required
The ID used to identify the attribute.
Request body
Response
200
Example response
{
"id": 100,
"name": "Email Address",
"type": "string",
"scope": "client",
"length": 100,
"values_type": "open",
"status": "active",
"subtype": "string"
}