---
title: "Update a personal alert contact"
method: PATCH
path: "/alert-contacts/{id}"
tags: ["Alert Contacts"]
---

# Update a personal alert contact

`PATCH /alert-contacts/{id}`

Update a personal alert contact

## Path parameters

- `id` number, required

## Request body

- UpdatePersonalAlertContactDto
  - `friendlyName` string — Display name of the personal alert contact
  - `enableNotificationsFor` 0 | 1 | 2 | 3 — Which monitor events this contact is notified for
  - `sslExpirationReminder` boolean — Whether to send SSL certificate expiration reminders
  - `isActive` boolean — Activate (true) or pause (false) the alert contact

## Response `200`

- AlertContactDto — AlertContactPublic
  - `id` number, required
  - `friendlyName` string, nullable, required
  - `type` unknown, required
  - `value` string, nullable, required
  - `customValue` string, nullable, required
  - `enableNotificationsFor` unknown, required
  - `sslExpirationReminder` boolean, nullable, required
  - `httpUsername` string, nullable, required
  - `httpPassword` string, nullable, required
  - `authType` boolean, nullable, required
  - `customHeaders` object, nullable
  - `mobileProviderId` number, nullable, required
  - `status` unknown, required
  - `orgAlertContactId` number, nullable, required
  - `config` object, nullable
    - `android_push_up_channel` string
    - `android_push_down_channel` string

---

[API](https://skmtc.net/uptimerobot/apis/uptimerobot-api.md) · [All operations](https://skmtc.net/uptimerobot/apis/uptimerobot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uptimerobot/uptimerobot-api/revisions/2b6fa8c427ba/schema)
