ByteChef LogoByteChef
Backend (API Key)User Workflows

Publishes existing workflow

Publishes existing workflow.

POST
/{externalUserId}/automation/workflows/{workflowUuid}/publish

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

externalUserId*string

The external user id.

workflowUuid*string

The workflow uuid.

Header Parameters

X-Environment?string

The environment.

Value in

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

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/string/automation/workflows/string/publish" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?