Skip to content

Commit 0e18b1a

Browse files
authored
Clarify no pagination on static provider endpoints /trips and /status_changes (#424)
1 parent f3e9ae7 commit 0e18b1a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

provider/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ MDS defines [JSON Schema](https://json-schema.org/) files for [`trips`][trips-sc
113113

114114
### Pagination
115115

116-
`provider` APIs may decide to paginate the data payload. If so, pagination must comply with the [JSON API](http://jsonapi.org/format/#fetching-pagination) specification.
116+
The `/trips` and `/status_changes` APIs must not use pagination.
117+
If providers choose to use pagination for the `/events` endpoint the pagination
118+
must comply with the [JSON API](http://jsonapi.org/format/#fetching-pagination)
119+
specification.
117120

118121
The following keys must be used for pagination links:
119122

0 commit comments

Comments
 (0)