Installer.com Docs
API ReferenceWorkflows
PUT
/api/routers/{routerId}/workflow-steps/{workflowStepId}/actor

Path Parameters

workflowStepId*string
Formatuuid
routerId*string
Formatuuid

Request 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