Override default lane for target (Deprecated) Deprecated

PATCH /rest/biathlon/target/{target-name}/{lane}

[Deprecated] Use /rest/biathlon/target instead. Set the lane for a specific target. The lane is typically fixed and stored in the target device but may change if a defective target is replaced. This is a non-permanent setting. The default target lane will be restored after a target device reset.

Path parameters

  • target-name string Required

    The name of the target is permanently programmed into the device. The server knows all the names of the targets used in a competition because they have registered with the server via the Messaging API. For more information, see Messaging Service - System Data Message

  • lane integer Required

    The new lane for the target device which might overwrite the default lane.

Responses

  • 200 application/json

    New lane for the target temporarily set successfully until reset.

    Hide response attributes Show response attributes object
PATCH /rest/biathlon/target/{target-name}/{lane}
curl \
 --request PATCH 'http://api.example.com/rest/biathlon/target/DE_NW_SVA_EBTS_S01/2'
Response examples (200)
{
  "success": true,
  "message": "New lane for the target successfully set.",
  "targetName": "DE_NW_SVA_EBTS_S01",
  "lane": 2
}