Skip to content

Update webhook

PUT
/webhook/{webhookId}

Updates an existing webhook configuration

Authorizations

Parameters

Path Parameters

webhookId
required
string format: uuid

The unique identifier of the webhook

Request Body required

object
name

The name of the webhook

string
description

The description of the webhook

string
url
required

The url of the webhook

string format: uri
enabledEvents
required

A list of event names that this webhook is configured to listen to

Array<string>

Responses

200

Webhook updated successfully

object
queryId
required

The unique identifier for the command execution

string format: uuid

401

Unauthorized

object
code
required

HTTP status code

integer
status
required

Error status message

string

404

Not Found

object
code
required

HTTP status code

integer
status
required

Error status message

string

500

Internal Server Error

object
code
required

HTTP status code

integer
status
required

Error status message

string