Assembly

Generates a flow assembly for the specified flow.

post

Generates a flow assembly for the specified flow using the provided assembly generator model data.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowObjectIdentifierstring · uuidRequired

The object identifier of the flow.

playbookIdentifierstringRequired
flowIdentifierstringRequired
Body
flowWidebooleanRequired
documentObjectIdentifierstring · uuid | nullableOptional
Responses
200

OK

Responsestring · binary
post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/assembly
POST /playbooks/{playbookIdentifier}/flows/{flowIdentifier}/assembly HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 83

{
  "flowWide": true,
  "documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
binary

Last updated