mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-27 03:42:01 +00:00
parent
244ef06226
commit
f12436b9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ Rename an access key
|
|||
(e.g. rename access key 2 to 'albion')
|
||||
|
||||
```
|
||||
curl --insecure -X PUT curl -F 'name=albion' $API_URL/access-keys/2/name
|
||||
curl --insecure -X PUT -F 'name=albion' $API_URL/access-keys/2/name
|
||||
```
|
||||
|
||||
Remove an access key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue