views_update
Update an existing Slack modal view by providing a new view payload and optional identifiers to specify which view to update.
Instructions
Update an existing view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | A string that represents view state to protect against possible race conditions when updating the view. | |
| view | Yes | A view payload object (of type ``modal``) with the updated contents. | |
| view_id | No | A unique identifier of the view to be updated, returned when the view was opened (e.g. ``VMHU10V25``). | |
| external_id | No | A unique identifier set by the developer when opening the view, identifying which view to update. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||