---
title: "POST /api/admin/releases/trigger"
method: POST
path: "/api/admin/releases/trigger"
tags: ["Admin"]
---

# POST /api/admin/releases/trigger

`POST /api/admin/releases/trigger`

## Request body

- object
  - `bumpType` 'buildOnly' | 'patch' | 'minor' | 'major'
  - `version` string
  - `build` integer
  - `sha` string
  - `whatsNew` string
  - `sendToExternal` boolean
  - `sendToAppStore` boolean
  - `replacePendingExternal` boolean
  - `pendingExternalBuildId` string, nullable
  - `replacePendingAppStore` boolean
  - `pendingAppStoreSubmissionId` string, nullable
  - `markBreaking` boolean
  - `triggeredBy` string

## Response `200`

OK

- object
  - `correlationId` string, required
  - `version` string, required
  - `build` integer, required
  - `sha` string, required
  - `runId` integer, nullable, required
  - `runUrl` string, nullable, required

---

[API](https://skmtc.dev/fromolive/apis/olive-api.md) · [All operations](https://skmtc.dev/fromolive/apis/olive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fromolive/olive-api/revisions/01f6261481a3/schema)
