Skip to content

Commit 1fe58b5

Browse files
authored
Fix the documentation url of the Create or Update alias API in rest-api-spec (#14935)
Signed-off-by: Gao Binlong <[email protected]>
1 parent 2a14c27 commit 1fe58b5

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)