Authorizations
Body
application/json
Response
Successful response
The response is of type any
.
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>"
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>"
Successful response
The response is of type any
.
Was this page helpful?