---
title: "Update an existing contact point."
method: PUT
path: "/v1/provisioning/contact-points/{UID}"
tags: ["provisioning"]
deprecated: true
---

# Update an existing contact point.

`PUT /v1/provisioning/contact-points/{UID}`

> **Deprecated.**

## Path parameters

- `UID` string, required

## Headers

- `X-Disable-Provenance` string

## Request body

- EmbeddedContactPoint — EmbeddedContactPoint is the contact point type that is used by grafanas embedded alertmanager implementation.
  - `disableResolveMessage` boolean
  - `name` string — Name is used as grouping key in the UI. Contact points with the same name will be grouped in the UI.
  - `provenance` string
  - `settings` Json, required
  - `type` 'alertmanager' | 'dingding' | 'discord' | 'email' | 'googlechat' | 'kafka' | 'line' | 'opsgenie' | 'pagerduty' | 'pushover' | 'sensugo' | 'slack' | 'teams' | 'telegram' | 'threema' | 'victorops' | 'webhook' | 'wecom', required
  - `uid` string — UID is the unique identifier of the contact point. The UID can be set by the user.

## Response `202`

Ack

- Ack

## Other responses

- `400` — ValidationError
- `403` — ForbiddenError

---

[API](https://skmtc.net/grafana/apis/http-api.md) · [All operations](https://skmtc.net/grafana/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafana/http-api/versions/df55ba1718ba/schema)
