PUT
/
workflows
/
steps
Update connection
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>"
}

Authorizations

x-ravenna-api-token
string
header
required

Body

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

Response

Successful response

sourceId
string
required
targetId
string
required
label
string | null
criteria
any