-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OpenAPI][DOCS] Add descriptions, examples, responses for role APIs (#…
…195527) Co-authored-by: Elena Shostak <[email protected]>
- Loading branch information
1 parent
1147462
commit 02fab72
Showing
32 changed files
with
1,045 additions
and
920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
[role="xpack"] | ||
[[role-management-api]] | ||
== {kib} role management APIs | ||
|
||
Manage the roles that grant <<kibana-privileges, {kib} privileges>>. | ||
|
||
WARNING: Do not use the {ref}/security-api.html#security-role-apis[{es} role management APIs] to manage {kib} roles. | ||
|
||
The following {kib} role management APIs are available: | ||
|
||
* <<role-management-api-put, Create or update role API>> to create a new {kib} role, or update the attributes of an existing role | ||
* <<role-management-api-put-bulk, Bulk create or update roles API>> to create a new {kib} roles, or update the attributes of existing roles | ||
|
||
* <<role-management-api-get, Get all {kib} roles API>> to retrieve all {kib} roles | ||
|
||
* <<role-management-specific-api-get, Get specific role API>> to retrieve a specific role | ||
|
||
* <<role-management-api-delete, Delete role API>> to delete a {kib} role | ||
|
||
include::role-management/put.asciidoc[] | ||
include::role-management/get.asciidoc[] | ||
include::role-management/get-all.asciidoc[] | ||
include::role-management/delete.asciidoc[] | ||
include::role-management/put-bulk.asciidoc[] | ||
For the latest API details, refer to {api-kibana}/group/endpoint-roles[role APIs]. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.