docs: fix apikey case (#1693)

Signed-off-by: Damien Degois <damien@degois.info>
This commit is contained in:
Damien Degois
2023-08-12 08:53:35 +02:00
committed by GitHub
parent 59922af528
commit 58870a2468
+2 -2
View File
@@ -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