provider Views PATCH /views/{view_id}
@utdk/front /views/{view_id}
Update view
Update a view. Required scope: `views:write`
view_id path required
The view ID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateView
PATCH/views/{view_id}
Update a view. Required scope: `views:write`

Parameters

required

The view ID

Input

Name of the view

List of inbox IDs to filter by

List of tag IDs to filter by

List of tag IDs to exclude

Whether to filter for conversations without tags

List of assignee IDs to filter by

List of assignee IDs to exclude

Color highlight for the view

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.updateView({
  "view_id": "lns_abc123"
})