docs(shadowbox): add getAccessKey method example (#1278)

This commit is contained in:
Danil Shaymurzin ⚡️ 2023-01-26 19:41:32 +03:00 committed by GitHub
parent 8225de26b7
commit 5c1dbb7ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')