Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ Hours and dates of operation SHOULD be published even in cases where services ar
* All endpoints MUST use HTTPS
* 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.
* HTTP responses SHOULD include the [`ETag` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag).
* Clients receiving `Etag`s SHOULD use the [`If-None-Match` HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match) for subsequent requests.
* HTTP responses to requests containing the `If-None-Match` HTTP header SHOULD respect it by returning a [304 Not Modified](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304) when appropriate.

### Version Endpoints

Expand Down