provider views GET /views.update
@utdk/slack /views.update
views_update
Update an existing view.
token header required
Authentication token. Requires scope: `none`
string
view_id query
A unique identifier of the view to be updated. Either `view_id` or `external_id` is required.
string
external_id query
A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length of 255 characters. Either `view_id` or `external_id` is required.
string
view query
A [view object](/reference/surfaces/views). This must be a JSON-encoded string.
string
hash query
A string that represents view state to protect against possible race conditions.
string

Try it

Authentication
Configure credentials for Slack Web API
viewsUpdate
GET/views.update
Update an existing view.

A unique identifier of the view to be updated. Either `view_id` or `external_id` is required.

A unique identifier of the view set by the developer. Must be unique for all views on a team. Max length of 255 characters. Either `view_id` or `external_id` is required.

A [view object](/reference/surfaces/views). This must be a JSON-encoded string.

A string that represents view state to protect against possible race conditions.

Configure credentials above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.viewsUpdate()