removing trigger word weapons (#4586)

This commit is contained in:
lonelyraider 2023-07-20 00:24:34 +05:30 committed by GitHub
parent de4276a00d
commit ed69170457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ Note that any role you supply in the `opendistro_security_roles` array must alre
PUT _plugins/_security/api/internalusers/<username> PUT _plugins/_security/api/internalusers/<username>
{ {
"password": "kirkpass", "password": "kirkpass",
"opendistro_security_roles": ["maintenance_staff", "weapons"], "opendistro_security_roles": ["maintenance_staff", "database_manager"],
"backend_roles": ["role 1", "role 2"], "backend_roles": ["role 1", "role 2"],
"attributes": { "attributes": {
"attribute1": "value1", "attribute1": "value1",