/workflows.updateStep
GET
/workflows.updateStep
workflows
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/workflows.updateStep?workflow_step_edit_id=' \
--header 'token;'
Response Response Example
200 - response
{
"ok": true
}
Request
Query Params
workflow_step_edit_id
stringÂ
required
view_submission
payloads used to call back to workflows.updateStep
.inputs
stringÂ
optional
outputs
stringÂ
optional
step_name
stringÂ
optional
step_image_url
stringÂ
optional
Header Params
token
stringÂ
required
workflow.steps:execute
Responses
Modified at 2023-08-15 05:39:46