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

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
description
string
url
string<uri>
events
string[]
authType
string
authConfig
object
headers
object
filters
object
status
string

Response

200

Default Response