From afe9ee3fa5bdadd0694918b0277efdd087b27f28 Mon Sep 17 00:00:00 2001 From: Florian Kelbert Date: Tue, 17 Dec 2019 16:08:38 +0000 Subject: [PATCH] [DOCS] Fix typo in Create API key docs (#50233) --- x-pack/docs/en/rest-api/security/create-api-keys.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/docs/en/rest-api/security/create-api-keys.asciidoc b/x-pack/docs/en/rest-api/security/create-api-keys.asciidoc index 09d027eb7c3..24e7ca645ff 100644 --- a/x-pack/docs/en/rest-api/security/create-api-keys.asciidoc +++ b/x-pack/docs/en/rest-api/security/create-api-keys.asciidoc @@ -119,7 +119,7 @@ API key information. <3> generated API key The API key returned by this API can then be used by sending a request with a -`Authorization` header with a value having the prefix `ApiKey ` followed +`Authorization` header with a value having the prefix `ApiKey` followed by the _credentials_, where _credentials_ is the base64 encoding of `id` and `api_key` joined by a colon. [source,shell]