games.namespaces.GetGameNamespaceVersionHistoryList


Description

Gets the version history for a given namespace.


Code Examples

Request

GET
https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/version-history
curl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/namespaces/{namespace_id}/version-history'

Request Parameters

game_id

Path parameter, required

A universally unique identifier.

namespace_id

Path parameter, required

A universally unique identifier.

anchor

Query parameter, optional

How many items to offset the search by.

limit

Query parameter, optional

Amount of items to return. Must be between 1 and 32 inclusive.


Response Body

versions

array<object> (required)

A list of previously deployed namespace versions.

versions[*].deploy_ts

string (required)

RFC3339 timestamp.

versions[*].namespace_id

string (required)

A universally unique identifier.

versions[*].version_id

string (required)

A universally unique identifier.