Relesys API Docs

v1.3

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

Points

Give Points
POST /highscores/{highscoreId}/points
https://api.relesysapp.net/api/v1.3/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":"372a40ae-94c9-4b22-a6e8-3d8d617f64e6","userId":"a5e457e9-8a49-4223-9fb3-669f40ec31fa","creationDateTime":"2024-09-12T09:44:24.0476828+00:00","description":"Example description 1","isManuallyGiven":true,"isActive":true,"value":10}}
object
  data object      
   creationDateTime datetimeoffset      
   description string      
   id string / guid      
   isActive boolean      
   isManuallyGiven boolean      
   userId string / guid      
   value integer