Request URL

POST  https://api.dotcom-monitor.com/config_api_v1/group/{group_id}

Path Parameters

Field Type Required Description
group_id

string

true

The unique id of the group you need to edit.

Header Parameters

Content-Type: application/json
POST Content example: Changing the assigned scheduler
{
    "Name": "Notification Group",
    "Scheduler_Id": 12,
}

Required Body Parameters

To edit JSON object parameters for a notification group, we recommend you get an existed group info first and use the response as a sample for a new group object. Find the description of the fields in the API: Notification Group Methods Overview.

The following fields are required in the request body:

Field Type Required/Optional Description

Name

string

required

The name of the group.

Example:
"Name""QA Dep"

Success Response

Example Response
{
"Success": true,
"Result": "Group 5706 has been updated"
}