GET workflows.updateStep
Operation ID: workflows_updateStep
Auth: unknown
Description
Update the configuration for a workflow extension step.
Parameters (6)
(string, query, optional)
A JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. **Please note**: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. [Read more about variables in workflow steps here](/workflows/steps#variables).
(string, query, optional)
An JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed.
(string, query, optional)
An optional field that can be used to override app image that is shown in the Workflow Builder.
(string, query, optional)
An optional field that can be used to override the step name that is shown in the Workflow Builder.
(string, header, required)
Authentication token. Requires scope: `workflow.steps:execute`
(string, query, required)
A context identifier provided with `view_submission` payloads used to call back to `workflows.updateStep`.
No probe data for this endpoint yet.