ByteChef LogoByteChef
Frontend (Signing Key JWT)User Workflows

Enable a workflow

Enable a workflow.

POST
/automation/workflows/{workflowUuid}/enable

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workflowUuid*string

The workflow uuid.

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Response Body

curl -X POST "https://example.com/automation/workflows/string/enable"
Empty

How is this guide?