v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBReleases
Create a release
Create a new release.
post/accounts/{account_id}/distributions/{distribution_id}/releases
Path parameters
account_idstring required
Account ID
distribution_idstring required
Distribution ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"description": "My first Release",
"platforms": [
"android",
"ios"
],
"locale_ids": [
"abcd1234cdef1234abcd1234cdef1234",
"fff565db236400772368235db2c6117e"
],
"tags": [
"android",
"feature1"
],
"app_min_version": "2.5.0",
"app_max_version": "3.0.0",
"branch": "my-feature-branch"
}Response
Created
Example response
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"version": 1,
"project": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
},
"platforms": [
"android"
],
"environments": [
"development",
"production"
],
"locales": [
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}
],
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}