App Configuration
createBundleUploadUrl
Generate a presigned URL for uploading app bundle to /<app-id>/bundle.js path
post/v1/app-configurations/{appId}/bundle
Path parameters
appIdstring required
ID of the app configuration
Request body
Response
Upload URL generated successfully
Example response
{
"s3ref": {
"bucket": "my-bucket",
"key": "manifest.json"
}
}