Installer.com Docs
API ReferenceAdmin
POST
/api/admin/workflows/{id}/steps/{stepId}/act

Path Parameters

id*string
stepId*string

Request Body

application/json

Act on workflow

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "http://localhost:8000/api/admin/workflows/string/steps/string/act" \  -H "Content-Type: application/json" \  -d '{    "type": "START"  }'
null