From 0d36ab24367c1f1f1bf51a7cb81ed3e00b5ff178 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 16 Nov 2022 16:09:46 -0800 Subject: [PATCH] [DOCS] Fix hard-coded link in create rule API (#145483) --- docs/api/alerting/create_rule.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/alerting/create_rule.asciidoc b/docs/api/alerting/create_rule.asciidoc index d7b38c7cbb601..8122110a9b1fa 100644 --- a/docs/api/alerting/create_rule.asciidoc +++ b/docs/api/alerting/create_rule.asciidoc @@ -21,7 +21,7 @@ WARNING: This API supports <> only. `space_id`:: (Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used. -WARNING: As part of the {kibana-ref-all}/master/sharing-saved-objects.html[Sharing Saved Objects] effort, IDs for rules in a custom space will be regenerated in 8.0.0. Rules created prior to 8.0.0 using this API that specify both the `id` and `space_id` path parameters will be re-assigned a randomly generated ID upon upgrading to 8.0.0. +WARNING: As part of the <> effort, IDs for rules in a custom space will be regenerated in 8.0.0. Rules created prior to 8.0.0 using this API that specify both the `id` and `space_id` path parameters will be re-assigned a randomly generated ID upon upgrading to 8.0.0. `id`:: (Optional, string) Specifies a UUID v1 or v4 to use instead of a randomly generated ID.