From f71bbd67af2060d0628cc7e2ff5ff06385caeebc Mon Sep 17 00:00:00 2001 From: Vamist Date: Wed, 3 Jan 2024 03:09:38 +0000 Subject: [PATCH] [fix] /api/api/objects/game -> /api/objects/game (#52) --- docs/api/01-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/01-introduction.md b/docs/api/01-introduction.md index 8e570fc..fe861de 100644 --- a/docs/api/01-introduction.md +++ b/docs/api/01-introduction.md @@ -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.