Welcome to the new RoboCon Docs! Please note that this docs is still WIP.
curl --request GET \
--url https://api.example.com/api/v1/games/{game_id}/scores \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/api/v1/games/{game_id}/scores \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?