mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Fix typo in get role mappings API (#34952)
This commit is contained in:
parent
a5ee134c40
commit
dc5bfe3a00
2 changed files with 3 additions and 3 deletions
|
@ -327,7 +327,7 @@ The Java High Level REST Client supports the following Security APIs:
|
|||
* <<{upid}-clear-roles-cache>>
|
||||
* <<java-rest-high-security-get-certificates>>
|
||||
* <<java-rest-high-security-put-role-mapping>>
|
||||
* <<java-rest-high-security-get-role-mapping>>
|
||||
* <<java-rest-high-security-get-role-mappings>>
|
||||
* <<java-rest-high-security-delete-role-mapping>>
|
||||
|
||||
include::security/put-user.asciidoc[]
|
||||
|
@ -338,7 +338,7 @@ include::security/delete-role.asciidoc[]
|
|||
include::security/clear-roles-cache.asciidoc[]
|
||||
include::security/get-certificates.asciidoc[]
|
||||
include::security/put-role-mapping.asciidoc[]
|
||||
include::security/get-role-mapping.asciidoc[]
|
||||
include::security/get-role-mappings.asciidoc[]
|
||||
include::security/delete-role-mapping.asciidoc[]
|
||||
|
||||
== Watcher APIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue