v1
latestOpenAPI 3.0.02026-07-24900287.5 KBTeams
Move athletes to team
Move athletes to team
patch/teams/{id}/athletes
Path parameters
idstring required
Team Id
Request body
Example request
{
"athlete_ids": [
"0a009851-6b47-432b-83dc-d589dac07148"
]
}Response
Updated list of Athletes in a Team
Example response
[
{
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"device_info": {
"device_id": 12345,
"activity_dictionaries": [
{
"device_id": 12345,
"created_at": "2023-10-31 23:59:59",
"modified_at": "2023-10-31 23:59:59",
"synced_at": "2023-10-31 23:59:59"
}
]
}
}
]