[DOCS] Create API key API requires `name` request body param (#56262)

Fixes #56164. A minor update in the documentation, API key name is required when creating API key. If the API key name is not provided then the request will fail.
This commit is contained in:
Navneet Kumar 2020-05-06 05:52:45 -07:00 committed by GitHub
parent 9a9cb68e83
commit a649f85358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ service.
The following parameters can be specified in the body of a POST or PUT request:
`name`::
(Optional, string) Specifies the name for this API key.
(Required, string) Specifies the name for this API key.
`role_descriptors`::
(Optional, array-of-role-descriptor) An array of role descriptors for this API