Commit b754fb88 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'jramsay/notes-api-pagination-docs' into 'master'

Add pagination to notes and discussions docs

Closes #51616

See merge request gitlab-org/gitlab-ce!27401
parents 78a50fd3 09caaed4
......@@ -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