> ## 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 Channel

> Updates a DV360 channel's display name (the only editable field)

Updates a DV360 channel's display name (the only editable field). Edit the channel's sites with dv360\_edit\_channel\_sites. Channels cannot be deleted via the API.

|                       |                        |
| --------------------- | ---------------------- |
| **App**               | DV360                  |
| **Operation ID**      | `dv360_update_channel` |
| **Type**              | Action                 |
| **Connection**        | `dv360` (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 DV360 advertiser that owns the channel.                                                                     |
| `channel_id` | string or SelectItem | Yes      | -       | ID of the channel to update.                                                                                           |
| `name`       | string               | Yes      | -       | New display name for the channel (the only editable field). Edit the channel's sites with dv360\_edit\_channel\_sites. |

### 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 channel.

**Fields**: `channel_id`, `channel_name`
