Browse Source

[DOCS] Fix HLRC reference to unfreeze_index

Simon Willnauer 6 years ago
parent
commit
daef498cd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-rest/high-level/indices/unfreeze_index.asciidoc

+ 1 - 1
docs/java-rest/high-level/indices/unfreeze_index.asciidoc

@@ -1,5 +1,5 @@
 --
-:api: freeze-index
+:api: unfreeze-index
 :request: UnfreezeIndexRequest
 :response: UnfreezeIndexResponse
 --