Skip to content

Modify a specific version by ID

PATCH
/version/{id}

Modify a specific version of the engine by its ID.

Authorizations

Parameters

Path Parameters

id
required
string
uohlw2d5lfh5pdgaavtsw9v6

Unique identifier for the version

Request Body required

object
name

Name of the version

string
Version 1.0.0
version_number

The version number. Ideally will follow semantic versioning

string
1.0.0
changelog

The changelog for this version

string
nullable
List of changes in this version...
changelog_url

A direct URL to the changelog for this version

string
nullable
https://example.com/changelog
version_type

The release channel for this version

string
Allowed values: release beta alpha
release
status

The current status of the version

string
Allowed values: listed archived draft unlisted scheduled unknown
listed

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
invalid_input
description
required

A detailed message explaining the reason for the error

string
The input JSON is missing required fields or contains invalid values

403

Forbidden - User does not have permission to modify this version

404

Version not found