/{id} - PUT

This endpoint allows users to modify an existing webhook. Users can edit the callback URL and description.

Path Params
uuid
required

Format - uuid.

Body Params
uri | null

Callback url

string | null

Description

string | null

Secret text

Responses

Response body
object
string
required
length ≥ 1

Event type name

uri
required

Callback url

string
required
length between 1 and 1024

Secret text

string
required
length between 1 and 65535

Description

Language