Welcome to the new RoboCon Docs! Please note that this docs is still WIP.
curl --request GET \
--url https://api.example.com/api/v1/teams/{team_id}/games{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}All games this team is assigned to.
curl --request GET \
--url https://api.example.com/api/v1/teams/{team_id}/games{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?