v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBAudiences
Update an Audience
Update an Audience for a Project
patch/audiences/{audience_id}
Path parameters
audience_idinteger required
The Audience ID of the Audience you want to change
Request body
Example request
{
"name": "Spanish speaking San Franciscans"
}Response
Return the created Audience
Example response
{
"conditions": "[\"and\", {\"type\": \"language\", \"value\": \"es\"}, {\"type\": \"location\", \"value\": \"US-CA-SANFRANCISCO\"}]",
"description": "People that speak spanish and are in San Francisco",
"experiment_count": 123,
"id": 5000,
"name": "Spanish speaking San Franciscans",
"project_id": 1000
}