mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fix API Keys doc example (#82361)
This commit is contained in:
parent
30e588023d
commit
55f7e65a32
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ to authenticate to a <<api, Kibana API>>.
|
|||
[source,js]
|
||||
POST /_security/api_key
|
||||
{
|
||||
"name": "kibana_api_key",
|
||||
"name": "kibana_api_key"
|
||||
}
|
||||
|
||||
This creates an API key with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue