Skip to content

Commit 5862c1a

Browse files
Fix the documentation url of the Create or Update alias API in rest-api-spec (#14935) (#14955)
(cherry picked from commit 1fe58b5) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ba5dd33 commit 5862c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_alias.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"indices.put_alias":{
33
"documentation":{
4-
"url":"https://opensearch.org/docs/latest/api-reference/index-apis/alias/",
4+
"url":"https://opensearch.org/docs/latest/api-reference/index-apis/update-alias/",
55
"description":"Creates or updates an alias."
66
},
77
"stability":"stable",

0 commit comments

Comments
 (0)