Update group action
PATCH/:customer_id/admin/groups/:group_id/sentinel-actions/:action_id
Update a group action by id
Request
Path Parameters
customer_id Customer Idrequired
Id of the tenant
group_id Group Idrequired
Id of the group
action_id uuidrequired
- application/json
Body
required
notification_emails string[]nullable
Emails to notify for alerts
notification_webhooks string[]nullable
Webhooks to notify for alerts
description Descriptionnullable
Description of the action
enabled Enablednullable
Wether the action is enabled
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...