Skip to main content
PATCH
/
api
/
v1
/
toolkits
/
byId
/
{id}
/
status
Set toolkit active status
curl --request PATCH \
  --url https://flowra.dev/api/v1/toolkits/byId/{id}/status \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

id
string
required

Response

200 - application/json

Toolkit status updated successfully