mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
docs(shadowbox): add getAccessKey method example (#1278)
This commit is contained in:
parent
8225de26b7
commit
5c1dbb7ab4
1 changed files with 6 additions and 0 deletions
|
|
@ -115,6 +115,12 @@ Create an access key
|
|||
curl --insecure -X POST $API_URL/access-keys
|
||||
```
|
||||
|
||||
Get an access key (e.g. get access key 1)
|
||||
|
||||
```
|
||||
curl --insecure $API_URL/access-keys/1
|
||||
```
|
||||
|
||||
Rename an access key
|
||||
(e.g. rename access key 2 to 'albion')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue