Skip to main content
PATCH
/
webhooks
/
v1
/
endpoints
/
{id}
curl -X PATCH "https://api.case.dev/webhooks/v1/endpoints/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "<string>", "description": "<string>", "eventTypeFilters": [ "<string>" ] }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
url
string<uri>
description
string | null
eventTypeFilters
string[]
resourceScopes
object
status
enum<string>
Available options:
active,
disabled

Response

Updated endpoint