mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Corrected the autocompleted suggestion for the "full_name" (that's what's expected) field in the put_user API. It was wrongly suggeting "fullname". * E-mail corrected
This commit is contained in:
parent
7b6ec6588d
commit
68774a43f7
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"data_autocomplete_rules": {
|
||||
"metadata": {},
|
||||
"password": "",
|
||||
"fullname": "",
|
||||
"full_name": "",
|
||||
"roles": []
|
||||
},
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"data_autocomplete_rules": {
|
||||
"metadata": {},
|
||||
"password": "",
|
||||
"fullname": "",
|
||||
"full_name": "",
|
||||
"roles": []
|
||||
},
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue