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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.viewsUpdate()