Skip to main content
POST
/
api
/
v1
/
developers
/
leaderboard
/
update
Force update leaderboard
curl --request POST \
  --url https://api.yapcoder.com/api/v1/developers/leaderboard/update \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Leaderboard update triggered

message
string