Skip to main content

Report stage correction

This page describes how to report stage correction.

When stage is finished user may report stage correction.

Route details#

  • Url: https://velo-europe.de/api/{lang}/trackStageCorrection/{userRiddenTrackStageId}/report
  • Method: POST
  • Authentication required

Path params#

  • userRiddenTrackStageId - integer - required

Body params#

  • comment - string - required|min: 5, max: 255

Response body#

Response body contains:

  • success - boolean - required
  • validationErrors - string - optional
  • message - string - optional
{
"success": true
}