> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Audience

> Renames a Spotify audience or changes its description

Renames a Spotify audience or changes its description. Spotify does not allow an audience's rules (datasets, events, campaigns, seed audience) to change after creation, so create a new audience for that.

|                       |                               |
| --------------------- | ----------------------------- |
| **App**               | Spotify Ads                   |
| **Operation ID**      | `spotify_ads_update_audience` |
| **Type**              | Action                        |
| **Connection**        | `spotify_ads` (required)      |
| **Credits per run**   | 1                             |
| **Agent / MCP tool**  | Yes                           |
| **Requires approval** | Yes (write operation)         |

## Inputs

| Field         | Type                 | Required | Default | Description                                                     |
| ------------- | -------------------- | -------- | ------- | --------------------------------------------------------------- |
| `account`     | DynamicAccount       | Yes      | -       | Select the Spotify Ads account that owns the audience.          |
| `audience_id` | string or SelectItem | Yes      | -       | Audience to update. Get ids from spotify\_ads\_list\_audiences. |
| `name`        | string               | No       | -       | New audience name, 2 to 80 characters.                          |
| `description` | string               | No       | -       | New description, up to 80 characters.                           |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the updated audience including id, name, description, type, subtype, status and size.

**Fields**: dynamic (depend on the inputs)
