curl --request PUT \
--url https://nvidia.casebender.com/api/v1/workflows/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"nodes": {},
"edges": {},
"isActive": true,
"visibleToAllOrganizations": true
}
'Update an existing workflow
curl --request PUT \
--url https://nvidia.casebender.com/api/v1/workflows/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"nodes": {},
"edges": {},
"isActive": true,
"visibleToAllOrganizations": true
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response