# UpdateContentViewInput

Input object

Partial-update input for the updateContentView mutation. Only provided fields are updated; omitted fields are left unchanged.

## Fields

| Name | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `customAttributeConditions` | [`[CustomAttributeConditionInput!]`](/api/v2/docs/types/custom-attribute-condition-input) | No | — | Custom-attribute conditions. When provided, replaces the existing list wholesale. An empty array clears all conditions. |
| `filters` | [`JSON`](/api/v2/docs/types/json) | No | — | Opaque filter blob. When provided, replaces the existing filter blob wholesale (no element-level merge). |
| `name` | `String` | No | — | Display name. When provided, replaces the existing name. |
| `showReportingStats` | `Boolean` | No | — | Whether reporting stats should be surfaced. When provided, replaces the existing flag. |
| `sort` | [`JSON`](/api/v2/docs/types/json) | No | — | Sort directives. When provided, replaces the existing sort wholesale. |
