cURL
Releases
Update a release
Update an existing release.
PATCH
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Distribution ID
ID
Body
application/json
Description of the release
Example:
"My first Release"
List of platforms the release should support.
Example:
["android", "ios"]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
OK
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}