Release
Create a release
Create a new release within an existing application.
post/release
Request body
Example request
{
"status": "active",
"build_id": 12341234,
"application_id": 43214321,
"semver": "1.0.1-rc1"
}Response
The operation was successful.
Example response
{
"id": 789,
"semver": "1.0.1-rc1",
"buildId": 456,
"status": "active",
"asset": {
"id": 123,
"buildId": 456,
"type": "docker-image",
"url": "https://example.com/assets/456"
},
"created_at": "2023-10-01T12:34:56Z",
"updated_at": "2023-10-01T12:34:56Z"
}