v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Athlete Thresholds

Create a threshold set

Creates an empty threshold set.

post/threshold_sets

Request body

namestring

The name of the threshold set

Example request

{
  "name": "Match Day -1"
}

Response

Threshold set was created

idstring required
namestring required
is_deletedinteger required
created_atstring required
modified_atstring required
athlete_countinteger required

Number of athletes in the set

Example response

{
  "created_at": "2023-10-31 23:59:59",
  "modified_at": "2023-10-31 23:59:59"
}