App Configuration
createZipUploadUrl
Generate a presigned URL to upload a zip file with artifacts that will be unpacked in a new directory under the /<app-id>/ path
post/v1/app-configurations/{appId}/zip
Path parameters
appIdstring required
ID of the app configuration
Request body
Example request
{
"filename": "dist.zip"
}Response
Upload URL generated successfully
Example response
{
"s3ref": {
"bucket": "my-bucket",
"key": "manifest.json"
}
}