For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

Successful response

No content

post/api/v1/flow-versions/{flow_version}/graph/connections
POST /api/v1/flow-versions/{flow_version}/graph/connections HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

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
200

Successful response

No content

delete/api/v1/flow-versions/{flow_version}/graph/steps/{step}/connection
DELETE /api/v1/flow-versions/{flow_version}/graph/steps/{step}/connection HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?