Check-in the athlete for target lane (Deprecated) Deprecated

POST /rest/biathlon/target/{lane}/{athlete-id}

[Deprecated] Use /rest/biathlon/target/check-in instead. The new athlete will be checked in for the prone and standing target on the lane. Both targets are ready to provide for the athlete independent of the shooting position.

Path parameters

  • lane integer Required

    Lane Specification:

    • Represents the specific shooting lane assigned to an athlete in the competition.
    • Used for both prone (lying) and standing shooting positions.
    • Each lane is uniquely identified and corresponds to the particular prone and standing targets.
  • athlete-id string Required

    Athlete Identifier:

    • Represents the unique number (ID) assigned to each athlete in the competition.
    • Corresponds to the "Startnummer" (bib number) displayed on the athlete's uniform.
    • Team bib numbers can be provided with the subnumber of the current team athlete.

Responses

  • Athlete checked in successfully

POST /rest/biathlon/target/{lane}/{athlete-id}
curl \
 --request POST 'http://api.example.com/rest/biathlon/target/2/123'