curl --request PUT \
--url https://nvidia.casebender.com/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"authType": "<string>",
"authConfig": {},
"headers": {},
"filters": {},
"status": "<string>"
}
'Update an existing webhook subscription
curl --request PUT \
--url https://nvidia.casebender.com/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"authType": "<string>",
"authConfig": {},
"headers": {},
"filters": {},
"status": "<string>"
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response