Posts a single score for the currently logged-in profile. Conceptually, this is creationg a new resource, however the server may opt to overwrite the existing identifier if it sees fit.
Authorizations
Path parameters
leaderboardNameOrIdanyrequired
The name or id of the leaderboard.
Body
idanyrequired
The ID of the Score
profileobjectrequired
pointValueanyoptional
The point value of the score.
scoreUnitsanyoptional
The the units of measure for the points. For example, if the points in the game were called "coins" instead of "points" this would be used to designate as such in the UI.
creationTimestampanyrequired
The time at which the score was created on the server.
leaderboardEpochanyrequired
The epoch to which the score belongs for the associated leaderboard. By convention, if the leaderboard is all-time, this value will be set to zero.