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/connectionsNo 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}/connectionNo content
Last updated
Was this helpful?