Corrected the autocomplete suggestion for the "full_name" field (#37033)

* 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:
ffknob 2019-06-11 17:40:29 -03:00 committed by Spencer
parent f58ec118a8
commit 363f260309
2 changed files with 2 additions and 2 deletions

View file

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

View file

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