Create a release
Creates a new release.
POST/v3/releases
JWT
release:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the release. This can be a user friendly name to identify the release. | min: 1, max: 256 |
| version* | string | The version of the release. Only following three formats are allowed x.x, x.x.x, x.x.x.x. | min: 1 |
| channel* | string | Channel of the release. The default value is 'stable'. | min: 1, max: 256 |
| platforms | array | Platforms of the release. It will usually have the following values: windows, linux, macos, win32, win64 etc. | items: string |
| private | boolean | Private releases don't appear in the customer portal. | |
| notes | string | Release notes for the release. It also supports markdown. | min: 0, max: 4096 |
| productId* | string | Unique identifier for the product. | min: 1, max: 256 |
| createdAt | string | This property should only be used for creating old releases. | format: date-time |
Request Example
Responses
201
400
401
403
409
429
500