latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Application Deployments

Promote an application

post/applications/promote

Request body

source_app_idstring required
target_app_idsstring[] required

Example request

{
  "source_app_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "target_app_ids": [
    "14fb80af-576c-4fdc-ba4f-b596c83f15a1"
  ]
}

Response

App promoted successfully

Example response

{
  "promote": [
    {
      "target_app_id": "14fb80af-576c-4fdc-ba4f-b596c83f15a1",
      "deployment_id": "34fb80af-576c-4fdc-ba4f-b596c83f15a1"
    }
  ]
}