Get Default Game Version
Returns the current default game version. This is the version used by default in version-scoped API queries (see the version query parameter on other endpoints).
Response
The default game version
Example response
{
"data": {
"code": "4.7.0-LIVE.11518367",
"channel": "live",
"released_at": "2024-12-15T10:00:00+00:00",
"is_default": true
}
}Changes
Changed in 2 of the 50 revisions of this API.1514
- ●
removed the optional property
channelfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
is_defaultfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
released_atfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
4264185b623abd31430cebd231e316d8removed and replaced withgetDefaultGameVersionapi-operation-id-removed
- ○
api tag
Game Versionsaddedapi-tag-added
- ○
api tag
Game Versionremovedapi-tag-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ●
- ▲
removed the media type
application/jsonfor the response with the status404response-media-type-removed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
getDefaultGameVersionremoved and replaced with4264185b623abd31430cebd231e316d8api-operation-id-removed
- ○
api tag
Game Versionaddedapi-tag-added
- ○
api tag
In-Gameaddedapi-tag-added
- ○
api tag
Game Versionsremovedapi-tag-removed
- ○
added the optional property
channelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
is_defaultto the response with the200statusresponse-optional-property-added
- ○
added the optional property
released_atto the response with the200statusresponse-optional-property-added
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲