publishApp

Publish a new app configuration from uploaded zip file

post/v1/app-configurations

Request body

Example request

{
  "s3_reference": {
    "bucket": "my-bucket",
    "key": "manifest.json"
  }
}

Response

App publication process started

app_idstring required
status'pending' | 'published' required
execution_arnstring

Step Function execution ARN for status tracking

Changes