Canvas Step Connections

Create Connections

post

Creates connections between steps on the canvas for a specific flow version.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

Responses
chevron-right
200

Successful response

No content

post
/api/v1/flow-versions/{flow_version}/graph/connections

No content

Delete Flow Version Graph Step Connection

delete

Permanently deletes the connection for a specific canvas step.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
flow_versionstringRequired

The flow version identifier.

stepstringRequired

The step identifier.

Responses
chevron-right
200

Successful response

No content

delete
/api/v1/flow-versions/{flow_version}/graph/steps/{step}/connection

No content

Last updated

Was this helpful?