API ReferenceWorkflows
Path Parameters
workflowStepId*string
Format
uuidrouterId*string
Format
uuidRequest Body
application/json
Set workflow step actor payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "http://localhost:8000/api/routers/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflow-steps/497f6eca-6276-4993-bfeb-53cbbbba6f08/actor" \ -H "Content-Type: application/json" \ -d '{ "actor": "operator" }'Empty