Fixed the rename command. (#1260)

Fixed the rename command.
This commit is contained in:
Ehsan Mohandesi 2023-01-12 16:57:06 -06:00 committed by GitHub
parent 244ef06226
commit f12436b9f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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