v1

latestSwagger 2.02026-07-17290378721.8 KB
provisioning

Update an existing contact point.

put/api/v1/provisioning/contact-points/{UID}

Path parameters

UIDstring required

UID is the contact point unique identifier

Request body

disableResolveMessageboolean
namestring

Name is used as grouping key in the UI. Contact points with the same name will be grouped in the UI.

provenancestring
settingsJson required
type'alertmanager' | ' dingding' | ' discord' | ' email' | ' googlechat' | ' kafka' | ' line' | ' opsgenie' | ' pagerduty' | ' pushover' | ' sensugo' | ' slack' | ' teams' | ' telegram' | ' threema' | ' victorops' | ' webhook' | ' wecom' required
uidstring

UID is the unique identifier of the contact point. The UID can be set by the user.

Example request

{
  "name": "webhook_1",
  "type": "webhook",
  "uid": "my_external_reference"
}

Response

Ack

Ack required