Update Workflow Step

Partially updates one step on the workflow draft (input mapping, credential,
action config via data, plus optional name / metadata / samples).

Implemented as a draft sync of the full step list with the patched step
merged in. If no draft exists yet, sync creates one from the published
version — step IDs may remap; the response returns the post-sync step.

OAuth callers require the workflows:update scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Workflow ID

uuid
required

Step ID

Body Params

Step fields to update

data
object

Step configuration. Deep-merged into the existing step data (input mapping, credential_id, action keys, etc.).

metadata
object

Step metadata. Deep-merged into the existing metadata.

string

Step display name

sample_input
object

Sample input used when testing

sample_output
object

Sample output from the last successful test

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json