Skip to content
Snippets Groups Projects
Unverified Commit fc2b6601 authored by Jérôme Schneider's avatar Jérôme Schneider Committed by GitHub
Browse files

[Images] Fix typos in direct upload, misspelled requireSignedURLs (#4251)

parent 6f25fb50
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ You will receive a response similar to this:
"key": "value":
},
"uploaded": "2022-01-31T16:39:28.458Z",
"requiredSignedURLs": true,
"requireSignedURLs": true,
"variants": [
"https://imagedelivery.net/Vi7wi5KSItxGFsWRG2Us6Q/2cdc28f0-017a-49c4-9ed7-87056c83901/public",
"https://imagedelivery.net/Vi7wi5KSItxGFsWRG2Us6Q/2cdc28f0-017a-49c4-9ed7-87056c83901/thumbnail"
......
......@@ -20,7 +20,7 @@ curl --request POST \
--header 'Authorization: Bearer :token' \
--form 'url=https://[user:password@]example.com/<PATH_TO_IMAGE>' \
--form 'metadata={"key":"value"}' \
--form 'requiredSignedURLs=false'
--form 'requireSignedURLs=false'
```
You will then receive a response similar to this:
......@@ -34,7 +34,7 @@ You will then receive a response similar to this:
"key": "value":
},
"uploaded": "2022-01-31T16:39:28.458Z",
"requiredSignedURLs": false,
"requireSignedURLs": false,
"variants": [
"https://imagedelivery.net/Vi7wi5KSItxGFsWRG2Us6Q/2cdc28f0-017a-49c4-9ed7-87056c83901/public","https://imagedelivery.net/Vi7wi5KSItxGFsWRG2Us6Q/2cdc28f0-017a-49c4-9ed7-87056c83901/thumbnail"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment