From f12436b9f5824701117d05e99c3e969a520e945a Mon Sep 17 00:00:00 2001 From: Ehsan Mohandesi <76447346+emohandesi@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:57:06 -0600 Subject: [PATCH] Fixed the rename command. (#1260) Fixed the rename command. --- src/shadowbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/README.md b/src/shadowbox/README.md index 5144ec8d..2e2c650a 100644 --- a/src/shadowbox/README.md +++ b/src/shadowbox/README.md @@ -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