Skip to main content
PUT
Update webhook
Updates a webhook subscription. Supports RFC 7232 optimistic concurrency via If-Match.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Headers

If-Match
string

Path Parameters

id
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Body

Name
string | null
Url
string | null
Maximum string length: 2048
Events
string[] | null
IncludePreviousAttributes
boolean | null

Response

Bad Request

Errors
object
required
Type
string | null
Title
string | null
Status
integer<int32> | null
Detail
string | null
Instance
string | null
{key}
any