post https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-add
Add a new leaderboard
Log in to see full request history
Responses
400Invalid input parameters
409Leaderboard already exists
Add a new leaderboard
400Invalid input parameters
409Leaderboard already exists
xxxxxxxxxx
14curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/leaderboardV2-add \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"setBy": "client",
"invertSortOrder": true,
"type": "numeric",
"scoreMultipliers": {
"rounding": "floor"
}
}
'
xxxxxxxxxx
{
"leaderboardId": "string"
}