[BETA] Enables an action set.
Enterprise feature
[BETA] This API is in beta state, which means it may change or be removed in the future.
Enables an existing action set, identified by its id.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
id
Response
#/components/schemas/actionsSchema
id
The ID of the action set.
project
The project that this action set belongs to.
createdAt
The date and time of when the action set was created.
createdByUserId
The ID of the user that created this action set.
name
The name of the action set
actorId
The id of the service account that will execute the action
actions
The list of actions to execute in sequential order when the action set is triggered.
match
Defines a matching rule for the signal that will trigger the action set
description
The description of the action set
enabled
Whether this action set is enabled or not