Update the archived status of a tracked event for the current user.
Webservice Type: | REST |
Output format: | Json |
Mandatory parameters: | eventId (Path parameter): Identifier of the associated event leaderboardName (Path parameter): Name of the associated leaderboard isArchived (Form parameter): True or False depending on whether the event should be set to archived or non-archived. |
Optional parameters: | None |
Request method: | POST |
Example: | Request:
http://www.sapsailing.com/sailingserver/api/v1/trackedevents/71fe232b-19b8-455f-ac91-23a53a5c557a/TestRegattaLeaderboard form: isArchived=true Status 202 |