Updates the competitor registration, note that requires to be passed the whole set every time it is called, and will perform a delta to the stored state. This will also allow to remove competitors
Webservice Type: | REST |
Output format: | Json |
Request method: | POST |
Examples: | Request: { "leaderboardName":"test", "raceColumnName":"R1", "fleetName":"Default", "competitors":[ { "competitorId":"b9a8a600-c829-0133-a4ec-448a5b8481d8", "boatId":"c4d04422-19fd-49ec-b1bb-d3871a72527a" } ] } Response: Status 200 |