Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Points

Give Points
POST /highscores/{highscoreId}/points
https://api.relesysapp.net/api/v1.1/highscores/{highscoreId}/points
Give points to a given user with userId to the highscore with ID highscoreId.
Scopes: relesys.api, relesys.api:write, relesys.api.highscores, relesys.api.highscores:write
URL Path
highscoreId string / guid required
Request Body
application/json
object
  description string Max length: 128 required
  userId string / guid required
  value integer required
Responses
application/json
JSON
{"data":{"id":"96fc3824-48ff-43e4-9aac-28fc3ae4c4c5","userId":"6a0493eb-4662-4584-ac80-54b8d758603d","creationDateTime":"2024-10-04T23:36:38.7437877+00:00","description":"Description example 1","isManuallyGiven":true,"value":10}}
object
  data object      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isManuallyGiven boolean      
   userId string / guid      
   value integer