ByteChef LogoByteChef
Frontend (Signing Key JWT)User Workflows

Copy a catalog workflow template into a new user workflow

Copy a catalog workflow template into a new user workflow.

POST
/automation/workflow-templates/{workflowUuid}/copy

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workflowUuid*string

The workflow template uuid.

Header Parameters

X-Environment?string

The environment.

Value in

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

Response Body

application/json

curl -X POST "https://example.com/automation/workflow-templates/string/copy"
"string"

How is this guide?