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