Skip to content

Commit

Permalink
Correct next Link header in REST API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rickybassom committed Jan 2, 2024
1 parent a6a7967 commit 902dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rest_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can use this when making subsequent requests to the endpoint to ensure you a

The response will also include the header `Link` with the `rel="next"` attribute to indicate the next page of results. E.g.
```
(</gmn_rest_api?page=4&order_by=&data_format=&data_shape=&where=iau_code+%3D+%27DSA%27>; rel="next")
(</gmn_rest_api/meteor_summary?page=4&order_by=&data_format=&data_shape=&where=iau_code+%3D+%27DSA%27>; rel="next")
```
The final page of results will include no data.

Expand Down

0 comments on commit 902dc0b

Please sign in to comment.