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

Configure credentials 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"
})