Create a connection between two nodes
POST/api/create_connection/:project_guid/:workflow_guid
Adds the target node's GUID to the source node's dest_guids list in
the workflow's config on the project's hub, then commits and propagates
the change to every clone.
Request
Responses
- 200
- 404
- 422
Successful Response
Project, workflow, or node not found
Validation Error