v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBList Attributes
Update a List Attribute
Overwrite the List Attribute with the provided id. Required arguments are identical to creating a new List Attribute.
patch/list_attributes/{list_attribute_id}
Path parameters
list_attribute_idinteger required
The ID of the List Attribute you'd like to update
Request body
Example request
{
"name": "SubscriberStatus"
}Response
Successfully updated the List Attribute
Example response
{
"name": "SubscriberStatus"
}