Skip to content

Commit 528482f

Browse files
authored
[7.16][DOCS] Fix hard-coded link in create rule API (elastic#145483) (elastic#145484)
1 parent 52b1a7e commit 528482f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/alerting/create_rule.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WARNING: This API supports <<token-api-authentication>> only.
2121
`space_id`::
2222
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
2323

24-
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.
24+
WARNING: As part of the <<sharing-saved-objects,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.
2525

2626
`id`::
2727
(Optional, string) Specifies a UUID v1 or v4 to use instead of a randomly generated ID.

0 commit comments

Comments
 (0)