Create a new version
POST /version
Create a new version of the engine.
Authorizations
Request Body required
object
Name of the version
The version number. Ideally will follow semantic versioning
The changelog for this version
A direct URL to the changelog for this version
The release channel for this version
The current status of the version
An array of the multipart field names of each file that goes with this version
Responses
200
Version created successfully
object
Name of the version
The version number. Ideally will follow semantic versioning
The changelog for this version
A direct URL to the changelog for this version
The release channel for this version
The current status of the version
Unique identifier for the version (cuid2)
The ID of the author who published this version (cuid2)
The date this version was published, in ISO 8601 format
A list of files available for download for this version
object
A map of hashes of the file. The key is the hashing algorithm and the value is the string version of the hash
object
A direct link to the file
The name of the file
The size of the file in bytes
The platform for which the file is intended
400
Invalid input
403
Forbidden - You are not authorized to create this version.