Update a group
PATCH/:customer_id/admin/groups/:group_id
Update a group
Request
Path Parameters
customer_id Customer Idrequired
Id of the tenant
group_id Group Idrequired
Id of the group
- application/json
Body
required
description Descriptionnullable
Description of the group
user_settings objectnullable
Settings for the users in the group
group_settings objectnullable
Settings for the group
notification_emails string[]nullable
Emails to notify for group alerts
notification_webhooks string[]nullable
Webhooks to notify for group alerts
Responses
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
message Message
Default value: OK
{
"message": "OK"
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
errors undefined[]nullablerequired
{
"message": "string",
"errors": [
null
]
}
Loading...