Skip to content

Commit

Permalink
[fix] /api/api/objects/game -> /api/objects/game (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vam-Jam committed Jan 3, 2024
1 parent d2a7f14 commit f71bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/01-introduction.md
Expand Up @@ -30,7 +30,7 @@ Valid responses must return an _HTTP 200 OK_ status code. If any other status co

### Latency & Timeouts

Your Battlesnake server must respond to requests made by the game engine within the given timeout value. This value is provided in the request body as a [property on the game object](api/objects/game).
Your Battlesnake server must respond to requests made by the game engine within the given timeout value. This value is provided in the request body as a [property on the game object](objects/game).

In most games this will be 500ms, however, this value can technically vary from game to game. If your response does not reach the game engine within the specified timeout, the game engine will consider it an invalid response.

Expand Down

0 comments on commit f71bbd6

Please sign in to comment.