| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Schema Information

- **identifier**  
  - *uuid*  
  - **required**  
  - audience unique identifier  
- **clickRate**  
  - *number*  
  - The click rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)  
- **description**  
  - *string*  
  - The description of the audience  
- **filterValues**  
  - *string*  
  - The filter values of the audience  
- **filters**  
  - *string*  
  - The filters of the audience  
- **name**  
  - *string*  
  - **required**  
  - The name of the audience  
- **openRate**  
  - *number*  
  - The open rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)  
- **proximity**  
  - *object | null*  
- **vectors**  
  - *object | null*

### API Response Codes

- `204`
  - Successfully updated audience  
- `422`
  - default error response  
- `500`
  - default error response

### Example cURL Request

```bash
curl --request PATCH \
     --url https://services.fountain.com/api/servicepool/audiences/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### JSON Response Examples

- `application/json`
- `422`
- `500`

Updated 3 months ago
