Commit 09caaed4 authored by James Ramsay's avatar James Ramsay

Add pagination to notes and discussions docs

parent 8c10e99d
......@@ -2,6 +2,13 @@
Discussions are set of related notes on snippets, issues, merge requests or commits.
## Discussions pagination
By default, `GET` requests return 20 results at a time because the API results
are paginated.
Read more on [pagination](README.md#pagination).
## Issues
### List project issue discussions
......
......@@ -2,6 +2,13 @@
Notes are comments on snippets, issues or merge requests.
## Notes pagination
By default, `GET` requests return 20 results at a time because the API results
are paginated.
Read more on [pagination](README.md#pagination).
## Issues
### List project issue notes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment