mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Fix HLRC docs
This commit is contained in:
parent
3eed873dde
commit
1d049cadbe
@ -1,7 +1,7 @@
|
||||
[[java-rest-high-security-put-user]]
|
||||
=== Change Password User API
|
||||
[[java-rest-high-security-change-password]]
|
||||
=== Change Password API
|
||||
|
||||
[[java-rest-high-security-put-user-execution]]
|
||||
[[java-rest-high-security-change-password-execution]]
|
||||
==== Execution
|
||||
|
||||
A user's password can be changed using the `security().changePassword()`
|
||||
@ -18,7 +18,7 @@ include-tagged::{doc-tests}/SecurityDocumentationIT.java[change-password-execute
|
||||
The returned `EmptyResponse` does not contain any fields. The return of this
|
||||
response indicates a successful request.
|
||||
|
||||
[[java-rest-high-x-pack-security-put-user-async]]
|
||||
[[java-rest-high-x-pack-security-change-password-async]]
|
||||
==== Asynchronous Execution
|
||||
|
||||
This request can be executed asynchronously:
|
||||
|
@ -295,10 +295,12 @@ The Java High Level REST Client supports the following Security APIs:
|
||||
* <<java-rest-high-security-put-user>>
|
||||
* <<java-rest-high-security-enable-user>>
|
||||
* <<java-rest-high-security-disable-user>>
|
||||
* <<java-rest-high-security-change-password>>
|
||||
|
||||
include::security/put-user.asciidoc[]
|
||||
include::security/enable-user.asciidoc[]
|
||||
include::security/disable-user.asciidoc[]
|
||||
include::security/change-password.asciidoc[]
|
||||
|
||||
== Watcher APIs
|
||||
|
||||
@ -310,16 +312,6 @@ The Java High Level REST Client supports the following Watcher APIs:
|
||||
include::watcher/put-watch.asciidoc[]
|
||||
include::watcher/delete-watch.asciidoc[]
|
||||
|
||||
== Security APIs
|
||||
|
||||
The Java High Level REST Client supports the following Security APIs:
|
||||
|
||||
* <<java-rest-high-x-pack-security-put-user>>
|
||||
* <<java-rest-high-change-password-user>>
|
||||
|
||||
include::x-pack/security/put-user.asciidoc[]
|
||||
include::security/change-password.asciidoc[]
|
||||
|
||||
== Graph APIs
|
||||
|
||||
The Java High Level REST Client supports the following Graph APIs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user