ByteChef LogoByteChef
Frontend (Signing Key JWT)Instance Workflows

Enable a workflow

Enable a workflow.

POST
/integration-instances/{id}/workflows/{workflowUuid}/enable

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*integer

The id of an integration instance.

Formatint64
workflowUuid*string

The workflow reference of the workflow to delete.

Response Body

curl -X POST "https://example.com/integration-instances/0/workflows/string/enable"
Empty

How is this guide?