⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

Update flow status

PATCH
/v1/flows/{flowId}/status

Enables or disables a flow by setting its active status.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Parameters

Path Parameters

flowId*

Unique identifier of the flow

Typestring
Required

Request Body

JSON
{
"active": true
}

Responses

Flow status updated

Playground

Server
Authorization
Variables
Key
Value
Body
JSON

Samples