cURL
Releases
Create a release
Create a new release.
POST
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
Description of the release
Example:
"My first Release"
List of platforms the release should support.
Example:
["android", "ios"]List of locale ids that will be included in the release. If empty, distribution locales will be used
Example:
[
"abcd1234cdef1234abcd1234cdef1234",
"fff565db236400772368235db2c6117e"
]Only include tagged keys in the release. For a key to be included it must be tagged with all tags provided
Example:
["android", "feature1"]Minimum version of the app that the release supports in semver format
Example:
"2.5.0"
Maximum version of the app that the release supports in semver format
Example:
"3.0.0"
Branch used for release
Example:
"my-feature-branch"
Response
Created
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}