Update Custom Attribute
Log in to add to favouritesPage last updated 12 June 2026
This endpoint is for updating a Custom Attribute for the specified project.
PUTapi/management/projects/{projectId}/personalization/attributes/{customAttributeId}
Parameter
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
Responses
Examples
{
"id": "custom.updatedAttribute",
"name": "My Custom Attribute",
"description": "Updated Custom Attribute description limited to 140 characters",
"type": "boolean"
}{
"name": "My Custom Attribute",
"description": "Updated Custom Attribute description limited to 140 characters",
"type": "boolean"
}Remarks
A Custom Attribute name can still be updated even if the Custom Attribute is in use by a Signal.
A custom attribute name, id can both be updated providing they stay unique.
A custom attribute id can only be updated if it is currently not in use in a Signal.
The id must be prefixed with custom. to be valid.
The name and id must both be unique.
The type can only be integer, boolean or string.