Download OpenAPI specification:Download
API for managing high scores
id required | integer Example: 1 ID of the high score |
name | string |
score | integer |
{- "name": "Lou",
- "score": 93477
}
{- "id": 1,
- "name": "Lou",
- "score": 93477
}
id required | integer Example: 1 ID of the high score |
score | integer |
{- "score": 9999
}
{- "id": 1,
- "name": "Lou",
- "score": 93477
}