Create a release file
Creates a new release file.
POST/v3/release-files
JWT
release:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the file. | min: 1, max: 256 |
| url* | string | Download URL of the file. | min: 1, max: 2048, format: uri |
| size* | integer | Size of the file. | min: 0, max: 9223372036854776000, format: int64 |
| checksum | string | MD5 checksum of the file. | min: 0, max: 256 |
| secured* | boolean | Secured release files require license key for download. | |
| releaseId* | string | Unique identifier for the release. | min: 1, max: 256 |
Request Example
Responses
201
400
401
403