webhook_receiver_update

Note that receiver secrets are NOT added or removed using this endpoint. Instead, use the /v1/webhooks/{secrets}/?receiver={receiver} endpoint to add and remove secrets.

put/v1/webhook-receivers/{receiver}

Path Parameters

receiver

The name or ID of the webhook receiver.

Request Body

Parameters to update a webhook configuration.

Object
description
endpoint

The URL that webhook notification requests should be sent to

name

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

Responses