From a85a62dba566458ed8730e3485966751b80430f3 Mon Sep 17 00:00:00 2001 From: Vamist Date: Tue, 2 Jan 2024 20:10:21 +0000 Subject: [PATCH] [fix] /api/api/objects/game -> /api/objects/game --- 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.