Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Unique identifier for the storage instance
Name of the S3 bucket to configure CORS for
Body
application/json
CORS configuration for the bucket
List of allowed origins for CORS requests
Example:
[
"https://example.com",
"https://app.example.com",
"*"
]