v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBAttributes
Update an Attribute
Update an Attribute by ID
patch/attributes/{attribute_id}
Path parameters
attribute_idinteger required
The ID of the Attribute you'd like to update
Request body
Example request
{
"key": "subscriber_status",
"name": "Subscriber Status"
}Response
Successfully updated the Attribute
Example response
{
"key": "subscriber_status",
"name": "Subscriber Status",
"project_id": 17738411154
}