Skip to content

Commit

Permalink
[DOCS] Fix API Keys doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
peernohell authored Nov 2, 2020
1 parent 53a4fcd commit 6f2dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/security/api-keys/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f2dc10

Please sign in to comment.