The service can modify some of the details of a leaderboard. Currently this allows to update the discarding thresholds of a leaderboard and the leaderboard display name.
| Webservice Type: | REST |
| Output format: | Json |
| Mandatory parameters: | None |
| Optional parameters: | None |
| Request method: | POST |
| Payload: | format: json *(optional) resultDiscardingThresholds: if parameter is absent or value is null, the discarding thresholds will not change. If passing an empty array the discarding thresholds will be cleared. *(optional) leaderboardDisplayName: if parameter is absent the displayName will not change. |
| Example: | http://www.sapsailing.com/sailingserver/api/v1/leaderboards/505
Worlds 2013/update Request:
{
"resultDiscardingThresholds":[1,2],
"leaderboardDisplayName":"505 Worlds 2014"
}
Response: Status 200
|