Update Audience
Log in to add to favouritesPage last updated 12 June 2026
This endpoint updates a single existing audience for a specified project.
PUTapi/management/projects/{projectId}/personalization/audiences/{audienceId}
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": "myUpdatedAudience",
"name": "My New Audience Updated",
"description": "Example of a new audience",
"conditions": {
"and": [
{
"id": "testDelete",
"type": "audience"
},
{
"id": "signalTesting",
"type": "signal"
}
]
}
}{
"name": "My New Audience Updated",
"description": "Example of a new audience",
"conditions": {
"and": [
{
"id": "testDelete",
"type": "audience"
},
{
"id": "signalTesting",
"type": "signal"
}
]
}
}Remarks
The id can be updated under 2 conditions. The id that you update to must not already exist and the Audience must not be in use as a condition of any other audience.