Skip to content

Commit

Permalink
Update interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stifoon authored Mar 24, 2023
1 parent 50c496b commit da72c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/slate/source/includes/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Every resource returns a response containing a links object, a paging
object, and the requested objects, following hypermedia principles.
That's lots of links. Links allow you to know all accessible uris and services for a given point.

<aside class="notice">
Length (in characters) of the URL is limited to 4096 characters.
</aside>

Paging
------

Expand All @@ -34,10 +38,6 @@ You can navigate through a response using 2 parameters
|start_page|int |The page number |
|count |int |Number of items per page |

<aside class="notice">
Length (in characters) of the URL is limited to 4096 characters.
</aside>

<aside class="notice">
The number of objects returned for a request can <b>not be superior than 1000 (except 200 for api /places)</b>.
If you request for more, Navitia will return the first 1000, and you will have to paginate to get next 1000.
Expand Down

0 comments on commit da72c4e

Please sign in to comment.