Fixing the Kibana Role Management API note syntax (#36314)

This commit is contained in:
Brandon Kobel 2019-05-10 11:16:16 -07:00 committed by GitHub
parent 31ce503c0a
commit 4d40f12423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,7 @@
experimental[This API is experimental and may be changed or removed completely in a future release. Although the underlying mechanism of enforcing role-based access control is stable, the APIs for managing the roles are currently experimental.]
Note: You cannot access this endpoint via the Console in Kibana.
NOTE: You cannot access this endpoint via the Console in Kibana.
==== Authorization

View file

@ -5,7 +5,7 @@ experimental[This API is experimental and may be changed or removed completely i
Retrieves all {kib} roles, or a specific role.
Note: You cannot access this endpoint via the Console in Kibana.
NOTE: You cannot access this endpoint via the Console in Kibana.
==== Authorization

View file

@ -6,7 +6,7 @@ experimental[This API is experimental and may be changed or removed completely i
Creates a new {kib} role or updates the attributes of an existing role. {kib} roles are stored in the
{es} native realm.
Note: You cannot access this endpoint via the Console in Kibana.
NOTE: You cannot access this endpoint via the Console in Kibana.
==== Authorization
@ -69,8 +69,6 @@ A successful call returns a response code of `204` and no response body.
==== Granting access to specific spaces
To grant access to individual spaces within {kib}, specify the space identifier within the `kibana` object.
Note: granting access
[source,js]
--------------------------------------------------
PUT /api/security/role/my_kibana_role