[ResponseOps][Alerting] clarify doc on mute/unmute alert instance id's (#138657)

* Updating docs

* Adding missing word

* Update docs/api/alerting/mute_alert.asciidoc

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

* Update docs/api/alerting/unmute_alert.asciidoc

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
doakalexi 2022-08-12 11:16:02 -04:00 committed by GitHub
parent 6221b4fd70
commit 0b8d2edc17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Mute an alert.
(Required, string) The ID of the rule whose alert you want to mute.
`alert_id`::
(Required, string) The ID of the alert that you want to mute.
(Required, string) The ID of the alert that you want to mute. The `alert_id` is generated by the rule and might be any arbitrary string.
`space_id`::
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.

View file

@ -20,7 +20,7 @@ Unmute an alert.
(Required, string) The ID of the rule whose alert you want to mute.
`alert_id`::
(Required, string) The ID of the alert that you want to unmute.
(Required, string) The ID of the alert that you want to unmute. The `alert_id` is generated by the rule and might be any arbitrary string.
`space_id`::
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.