Skip to main content
PUT
/
workflows
/
{id}
Update 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
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
name
string
Required string length: 1 - 100
description
string
nodes
object
edges
object
isActive
boolean
visibleToAllOrganizations
boolean

Response

200

Default Response