Explain that the upload URL is account-scope

This commit is contained in:
Stanko K.R.
2025-12-11 12:00:51 +01:00
parent 5ee10800a2
commit fb77d85b0d
+2 -1
View File
@@ -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:__