Update a view bundle (select/filter/sort arrays are replaced wholesale when supplied)
patch/v2/prism/{teamId}/contact/views/{viewId}
Path parameters
teamIdstring uuid required
viewIdstring uuid required
Headers
Idempotency-Keystring
A unique key (UUID or any opaque string up to 255 chars) for an authenticated POST, PUT, or PATCH request. The server retains the initial claim for 24 hours and replays a completed non-5xx response only when the method, path, and request body all match. Reusing a non-expired key with a different method, path, or body returns 409 idempotency_key_mismatch; reusing it after expiry returns 409 idempotency_key_stale, so use a new key. Replays include the idempotent-replay: true response header.
Request body
Response
OK
Changes
Changed in 1 of the 29 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○