Update an existing audience’s name, description, source lists, or filter.
filter is changed, the cached_size is cleared and must be recalculated using the Get Audience Size endpoint.
conditionType).null if filter was changed.null if filter was changed.| HTTP Status | Error Code | Description |
|---|---|---|
| 400 | name_too_long | Name exceeds 255 characters |
| 400 | source_list_not_found | A sending list ID in source_lists does not exist |
| 400 | invalid_group_operator | Filter group operator must be AND or OR |
| 400 | empty_filter_group | Filter group contains no conditions or nested groups |
| 400 | invalid_condition_type | Condition type is not one of the six valid types |
| 400 | invalid_time_field | Time condition field is not valid |
| 400 | invalid_time_operator | Time condition operator is not valid |
| 400 | invalid_time_unit | Time condition unit must be days, hours, or minutes |
| 400 | missing_time_value | Time condition is missing value or unit |
| 400 | invalid_count_field | Count condition field is not valid |
| 400 | invalid_count_operator | Count condition operator is not valid |
| 400 | missing_count_value | Count condition is missing value |
| 400 | missing_custom_field_name | Custom field condition is missing field |
| 400 | invalid_custom_field_operator | Custom field condition operator is not valid |
| 400 | missing_custom_field_value | Custom field condition is missing value |
| 400 | invalid_carrier_operator | Carrier condition operator is not valid |
| 400 | missing_carrier_value | Carrier condition is missing value |
| 400 | invalid_timezone_operator | Timezone condition operator is not valid |
| 400 | missing_timezone_value | Timezone condition is missing value |
| 400 | invalid_revenue_field | Revenue condition field is not valid |
| 400 | invalid_revenue_operator | Revenue condition operator is not valid |
| 400 | missing_revenue_value | Revenue condition is missing value |
| 401 | unauthorized | API key is missing or invalid |
| 404 | not_found | No audience exists with the specified ID |