diff --git a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc index 3408446433..23339d815e 100644 --- a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc +++ b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc @@ -376,9 +376,22 @@ These fields are required when calling `PUT` to modify the `actions` object: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications. diff --git a/docs/detections/api/rules/rules-api-create.asciidoc b/docs/detections/api/rules/rules-api-create.asciidoc index a72b06202e..44f2cec4d3 100644 --- a/docs/detections/api/rules/rules-api-create.asciidoc +++ b/docs/detections/api/rules/rules-api-create.asciidoc @@ -536,9 +536,22 @@ All fields are required: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications. diff --git a/docs/detections/api/rules/rules-api-update.asciidoc b/docs/detections/api/rules/rules-api-update.asciidoc index a196fe5d60..b302bd7ecd 100644 --- a/docs/detections/api/rules/rules-api-update.asciidoc +++ b/docs/detections/api/rules/rules-api-update.asciidoc @@ -392,9 +392,22 @@ These fields are required when calling `PUT` to modify the `actions` object: be: * `.slack` +* `.slack_api` * `.email` +* `.index` * `.pagerduty` +* `.swimlane` * `.webhook` +* `.servicenow` +* `.servicenow-itom` +* `.servicenow-sir` +* `.jira` +* `.resilient` +* `.opsgenie` +* `.teams` +* `.torq` +* `.tines` +* `.d3security` |group |String |Optionally groups actions by use cases. Use `default` for alert notifications.