diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/alert_assignees/set_alert_assignees_route.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/alert_assignees/set_alert_assignees_route.schema.yaml index d6dc83592e6c9..b4b5e858672dd 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/alert_assignees/set_alert_assignees_route.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/alert_assignees/set_alert_assignees_route.schema.yaml @@ -12,7 +12,7 @@ paths: description: | Assign users to detection alerts, and unassign them from alerts. > info - > You cannot add and remove the same assignee. + > You cannot add and remove the same assignee in the same request. requestBody: required: true content: diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/alert_tags/set_alert_tags/set_alert_tags.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/alert_tags/set_alert_tags/set_alert_tags.schema.yaml index b6a07e04f89ba..97833e368ab16 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/alert_tags/set_alert_tags/set_alert_tags.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/alert_tags/set_alert_tags/set_alert_tags.schema.yaml @@ -12,7 +12,7 @@ paths: description: | And tags to detection alerts, and remove them from alerts. > info - > You cannot add and remove the same alert tag. + > You cannot add and remove the same alert tag in the same request. tags: - Alerts API requestBody: