From 58870a2468c38c15e417c41093e54ac16e71f8fb Mon Sep 17 00:00:00 2001 From: Damien Degois Date: Sat, 12 Aug 2023 08:53:35 +0200 Subject: [PATCH] docs: fix apikey case (#1693) Signed-off-by: Damien Degois --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index a1fd0613..3accb0e6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -327,7 +327,7 @@ Create an API key for the current user using the REST API **Sample input**: ``` -POST /auth/apiKey +POST /auth/apikey Body: {"label": "git", "scopes": ["repo1", "repo2"]}' ``` @@ -366,7 +366,7 @@ Other command line tools will similarly accept the API key instead of a password How to revoke an API key for the current user -**Usage**: DELETE /auth/apiKey?id=$uuid +**Usage**: DELETE /auth/apikey?id=$uuid **Produces**: application/json