Authorizations
Body
application/json
curl --request PUT \
--url https://core.ravenna.ai/api/workflows/steps \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"workflowId": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"label": "<string>"
}'
{
"label": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"criteria": "<any>"
}
curl --request PUT \
--url https://core.ravenna.ai/api/workflows/steps \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"workflowId": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"label": "<string>"
}'
{
"label": "<string>",
"sourceId": "<string>",
"targetId": "<string>",
"criteria": "<any>"
}
Was this page helpful?