Skip to main content

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

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

Successful response

Schema
    message Message

    Default value: OK

Loading...