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

Canvas Positions

Update Positions

patch

Updates the canvas positions of steps 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

patch/api/v1/flow-versions/{flow_version}/graph/positions
PATCH /api/v1/flow-versions/{flow_version}/graph/positions HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Update Positions

patch

Updates the canvas positions of notes 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

patch/api/v1/flow-versions/{flow_version}/notes/positions
PATCH /api/v1/flow-versions/{flow_version}/notes/positions HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?