[DOCS] Fix typo in Create API key docs (#50233)

This commit is contained in:
Florian Kelbert 2019-12-17 16:08:38 +00:00 committed by James Rodewig
parent 726c35dfd0
commit afe9ee3fa5
1 changed files with 1 additions and 1 deletions

View File

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