Canvas Step Connections
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
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
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
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
401
Unauthenticated
403
Unauthorized
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?