v1
latestOpenAPI 3.0.02026-07-24900287.5 KBAthletes
Create an Athlete
post/athletes
Request body
Example request
{
"first_name": "First_name",
"last_name": "Last_name",
"gender": "Male",
"jersey": "A99",
"team_id": "75054b55-9900-11e3-b9b6-22000af8166b",
"position_id": "d9f9b3e1-d274-11e4-b293-22000afc007c",
"date_of_birth": 631112400,
"date_of_birth_date": "1990-01-01",
"velocity_max": 6.5,
"heart_rate_max": 80
}Response
Create an Athlete
Example response
{
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59"
}