---
title: "Update an monitor group."
method: POST
path: "/monitor_groups/{id}"
tags: ["CTI"]
---

# Update an monitor group.

`POST /monitor_groups/{id}`

Update an monitor group

## Path parameters

- `id` string, required — The unique ID of the resource.

## Request body

- object
  - `name` string — Name of monitor group
  - `enabled` boolean — Enable monitor group or not.
  - `description` string — Description for monitor group

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
