The service updates the details of a regatta.
All slashes contained within the {name} parameter must be replaced by "__" (double underscore).
| Webservice Type: | REST |
| Input format: | Json |
| Output format: | Json |
| Mandatory parameters: |
|
| Optional parameters: |
|
| Request method: | GET |
| Example: | http://www.sapsailing.com/sailingserver/api/v1/regattas/Kieler Woche (5o5) Example payload:
{
"startTimePointAsMillis": 4576345346567576,
"endTimePointAsMillis": 4576345521232345,
"defaultCourseAreaUuid": "f00e9053-e0ad-430f-a555-73f7ec2e59e1",
"buoyZoneRadiusInHullLengths": 7.4,
"useStartTimeInference": false,
"controlTrackingFromStartAndFinishTimes": true
}
|