Add pagination to notes and discussions docs

This commit is contained in:
James Ramsay 2019-04-15 19:35:20 -04:00
parent 8c10e99de2
commit 09caaed403
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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