⭐ If you like what we are doing with Automatisch, please give us a star on
GitHub
.
Skip to content
Automatisch
Search
K
Main Navigation
Guide
API Docs
Apps
Appearance
Menu
Return to top
Update flow status
PATCH
/v1/flows/{flowId}/status
Enables or disables a flow by setting its active status.
Authorizations
ApiKeyAuth
Type
API Key (header: x-api-token)
Parameters
Path Parameters
flowId
*
Unique identifier of the flow
Type
string
Required
Request Body
Schema
JSON
JSON
{
"active"
:
true
}
Responses
200
Flow status updated
PATCH
/v1/flows/{flowId}/status
Playground
Server
Select a server...
Authorization
ApiKeyAuth
Variables
Key
Value
flowId
*
Body
JSON
Try it out
Samples