Skip to main content
POST
Link workflows to template

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

templateId
string<uuid>
required

Template ID

Body

application/json

Body

Request body for linking workflows to a template

workflowIds
string<uuid>[]
required

Workflow IDs to link to this template

Required array length: 1 - 2000 elements
force
boolean

If true, relink workflows that are already linked to another template

Response

200

Response for linking workflows to a template

error
enum<boolean>
required

Error flag (always false on success)

Available options:
false
success
enum<boolean>
required

Success flag

Available options:
true
linkedCount
number
required

Number of workflows linked

workflowIds
string<uuid>[]
required

IDs of linked workflows