mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
docs: fix apikey case (#1693)
Signed-off-by: Damien Degois <damien@degois.info>
This commit is contained in:
parent
59922af528
commit
58870a2468
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue