Skip to content

Commit 83de344

Browse files
jkakavaskcm
authored andcommitted
Fix HLRC docs
1 parent 2dbc8bb commit 83de344

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

docs/java-rest/high-level/security/change-password.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[[java-rest-high-security-put-user]]
2-
=== Change Password User API
1+
[[java-rest-high-security-change-password]]
2+
=== Change Password API
33

4-
[[java-rest-high-security-put-user-execution]]
4+
[[java-rest-high-security-change-password-execution]]
55
==== Execution
66

77
A user's password can be changed using the `security().changePassword()`
@@ -18,7 +18,7 @@ include-tagged::{doc-tests}/SecurityDocumentationIT.java[change-password-execute
1818
The returned `EmptyResponse` does not contain any fields. The return of this
1919
response indicates a successful request.
2020

21-
[[java-rest-high-x-pack-security-put-user-async]]
21+
[[java-rest-high-x-pack-security-change-password-async]]
2222
==== Asynchronous Execution
2323

2424
This request can be executed asynchronously:

docs/java-rest/high-level/supported-apis.asciidoc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,12 @@ The Java High Level REST Client supports the following Security APIs:
295295
* <<java-rest-high-security-put-user>>
296296
* <<java-rest-high-security-enable-user>>
297297
* <<java-rest-high-security-disable-user>>
298+
* <<java-rest-high-security-change-password>>
298299

299300
include::security/put-user.asciidoc[]
300301
include::security/enable-user.asciidoc[]
301302
include::security/disable-user.asciidoc[]
303+
include::security/change-password.asciidoc[]
302304

303305
== Watcher APIs
304306

@@ -310,16 +312,6 @@ The Java High Level REST Client supports the following Watcher APIs:
310312
include::watcher/put-watch.asciidoc[]
311313
include::watcher/delete-watch.asciidoc[]
312314

313-
== Security APIs
314-
315-
The Java High Level REST Client supports the following Security APIs:
316-
317-
* <<java-rest-high-x-pack-security-put-user>>
318-
* <<java-rest-high-change-password-user>>
319-
320-
include::x-pack/security/put-user.asciidoc[]
321-
include::security/change-password.asciidoc[]
322-
323315
== Graph APIs
324316

325317
The Java High Level REST Client supports the following Graph APIs:

0 commit comments

Comments
 (0)