Explain that the upload URL is account-scope
This commit is contained in:
+2
-1
@@ -178,10 +178,11 @@ curl -X POST \
|
||||
"content_type": "image/png"
|
||||
}
|
||||
}' \
|
||||
https://app.fizzy.do/rails/active_storage/direct_uploads
|
||||
https://app.fizzy.do/123456/rails/active_storage/direct_uploads
|
||||
```
|
||||
|
||||
The `checksum` is a Base64-encoded MD5 hash of the file content.
|
||||
The direct upload endpoint is scoped to your account (replace `/123456` with your account slug).
|
||||
|
||||
__Response:__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user