You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[7.13] [DOCS] Fix URL in alerting API (#209594) (#209617)
# Backport
This will backport the following commits from `7.17` to `7.13`:
- [[DOCS] Fix URL in alerting API
(#209594)](#209594)
<!--- Backport version: 9.6.4 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-04T17:39:12Z","message":"[DOCS]
Fix URL in alerting API
(#209594)","sha":"8a7cb74f8adc06e00779b66e5ea3212aa182e79a","branchLabelMapping":{"^v8.1.0$":"master","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v7.10.3","v7.11.3","v7.12.2","v7.13.5","v7.14.3","skip-ci","v7.15.3","v7.16.4","backport:version"],"title":"[DOCS]
Fix URL in alerting
API","number":209594,"url":"https://github.com/elastic/kibana/pull/209594","mergeCommit":{"message":"[DOCS]
Fix URL in alerting API
(#209594)","sha":"8a7cb74f8adc06e00779b66e5ea3212aa182e79a"}},"sourceBranch":"7.17","suggestedTargetBranches":["7.10","7.11","7.12","7.13","7.14","7.15","7.16"],"targetPullRequestStates":[{"branch":"7.10","label":"v7.10.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.11","label":"v7.11.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.12","label":"v7.12.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.13","label":"v7.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.14","label":"v7.14.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.15","label":"v7.15.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.16","label":"v7.16.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Copy file name to clipboardExpand all lines: docs/api/alerting/legacy/create.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Create {kib} alerts.
21
21
`space_id`::
22
22
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
23
23
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 {kibana-ref-all}/8.0/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.
25
25
26
26
`id`::
27
27
(Optional, string) Specifies a UUID v1 or v4 to use instead of a randomly generated ID.
0 commit comments