Modify a specific version by ID
PATCH /version/{id}
PATCH
/version/{id}
Modify a specific version of the engine by its ID.
Authorizations
Parameters
Path Parameters
id
required
string
Unique identifier for the version
Request Body required
object
name
Name of the version
string
version_number
The version number. Ideally will follow semantic versioning
string
changelog
The changelog for this version
string
changelog_url
A direct URL to the changelog for this version
string
version_type
The release channel for this version
string
status
The current status of the version
string
Responses
200
Version modified successfully
400
Request was invalid, see given error
object
error
required
A short error code or message indicating the type of error
string
description
required
A detailed message explaining the reason for the error
string
403
Forbidden - User does not have permission to modify this version
404
Version not found