[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:
elena-shostak 2024-08-20 14:14:29 +02:00 committed by GitHub
parent 398daa1231
commit 1053ec6c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {