Archive API docs

Input object

UpdateSocialProfileViewInput

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

Fields

customAttributeConditions [CustomAttributeConditionInput!]
Custom-attribute conditions. When provided, replaces the existing list wholesale. An empty array clears all conditions.
filters JSON
Opaque filter blob, stored and echoed back but NOT applied when reading the view: socialProfiles(presetId:) narrows ONLY by this view's customAttributeConditions and sort. Use customAttributeConditions to actually narrow which social profiles the view returns. When provided, replaces the existing filter blob wholesale (no element-level merge).
name String
Display name. When provided, replaces the existing name.
showReportingStats Boolean
Whether reporting stats should be surfaced. When provided, replaces the existing flag.
sort JSON
Sort directives. When provided, replaces the existing sort wholesale.