POST
/
workflows
/
steps
/
connect
Connect steps
curl --request POST \
  --url https://core.ravenna.ai/api/workflows/steps/connect \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "workflowId": "<string>",
  "sourceId": "<string>",
  "targetId": "<string>",
  "label": "<string>"
}'
"<any>"

Authorizations

x-ravenna-api-token
string
header
required

Body

application/json
workflowId
string
required
sourceId
string
required
targetId
string
required
label
string

Response

Successful response

The response is of type any.