API
cloud.games.namespaces.GetGameNamespaceVersionHistoryList
API
cloud.games.namespaces.GetGameNamespaceVersionHistoryList
Gets the version history for a given namespace.
GET https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version-history
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version-history'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
A universally unique identifier.
namespace_idrequired
string
A universally unique identifier.
Query Parameters
anchor
string
How many items to offset the search by.
limit
integer
Amount of items to return. Must be between 1 and 32 inclusive.
Response
versionsrequired
array
A list of previously deployed namespace versions.
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/namespaces/{namespace_id}/version-history'