From 60df72a278ca5064135ffd3cbddb81168c0ad075 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Fri, 20 Dec 2024 09:04:38 -0500 Subject: [PATCH] File description: specify endpoint timeout --- gbfs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gbfs.md b/gbfs.md index 88ec45bb..c3214373 100644 --- a/gbfs.md +++ b/gbfs.md @@ -122,6 +122,7 @@ Hours and dates of operation SHOULD be published even in cases where services ar * Files are distributed as individual HTTP endpoints. * All endpoints MUST use HTTPS + * All endpoints MUST respond to HTTP requests in less than 5 seconds * REQUIRED files MUST NOT 404. They MUST return a properly formatted JSON file as defined in [Output Format](#output-format). * OPTIONAL files MAY 404. A 404 of an OPTIONAL file SHOULD NOT be considered an error.