mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Docs] Fixed endpoint in the example (#190699)
## Summary Fixed bulk role endpoint in the example. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials __Fixes: https://github.com/elastic/kibana/issues/190697__
This commit is contained in:
parent
398daa1231
commit
1053ec6c7b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Grant full access to all features in the Default space for `my_kibana_role_1` an
|
|||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
$ curl -X PUT api/security/role
|
||||
$ curl -X POST api/security/roles
|
||||
{
|
||||
"roles": {
|
||||
"my_kibana_role_1": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue