v2

latestOpenAPI 3.1.02026-08-07168434918.5 KB
Leaderboards

Update Leaderboard

Updates a leaderboard.

put/v1/leaderboards/{leaderboard_id}

Path parameters

leaderboard_idstring required

Request body

start_atinteger
end_atinteger
namestring

The name of the leaderboard.

descriptionstring

The description of the leaderboard.

visibility'general' | 'personal'

Response

Successful Response

namestring required

The name of the leaderboard.

descriptionstring required

The description of the leaderboard.

visibility'general' | 'personal'
start_atinteger

The start date of the leaderboard in Unix timestamp.If set, the leaderboard will only be visible in game-hub after this date.

end_atinteger

The end date of the leaderboard in Unix timestamp.If set, the leaderboard will only be visible in game-hub before this date.

idstring required

The unique identifier of the leaderboard.