Skip to content

Commit 3fe880a

Browse files
authored
[7.13][DOCS] Fix hard-coded link in create rule API (elastic#145483) (elastic#145487)
1 parent 8e32615 commit 3fe880a

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
@@ -19,7 +19,7 @@ Create {kib} rules.
1919
`space_id`::
2020
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
2121

22-
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.
22+
WARNING: As part of the {kibana-ref-all}/7.17/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.
2323

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

0 commit comments

Comments
 (0)