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

# Update an existing contact point.

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

## Path parameters

- `UID` string, required

## 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

---

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