Authorizations
Path Parameters
The unique identifier for the step
Body
application/json
curl --request PUT \
--url https://core.ravenna.ai/api/workflows/steps/{id} \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"title": "<string>",
"description": "<string>",
"action": "<string>",
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
},
"workflowId": "<string>",
"sourceId": "<string>",
"targetId": "<string>"
}'
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"action": {
"name": "<string>",
"description": "<string>",
"title": "<string>"
},
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
}
}
curl --request PUT \
--url https://core.ravenna.ai/api/workflows/steps/{id} \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"title": "<string>",
"description": "<string>",
"action": "<string>",
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
},
"workflowId": "<string>",
"sourceId": "<string>",
"targetId": "<string>"
}'
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"action": {
"name": "<string>",
"description": "<string>",
"title": "<string>"
},
"inputs": {},
"metadata": {
"groupId": "<string>",
"isHidden": true,
"isNotDeletable": true,
"isNotDuplicable": true,
"isNotReOrdable": true
}
}
The unique identifier for the step
Was this page helpful?