App Configuration
createLogoUploadUrl
Generate a presigned URL for uploading app logo to /<app-id>/logo.png path
post/v1/app-configurations/{appId}/logo
Request body
Example request
{
"filename": "company-logo.png",
"mime_type": "image/png"
}Response
Upload URL generated successfully
Example response
{
"s3ref": {
"bucket": "my-bucket",
"key": "manifest.json"
}
}