Commit 6063c0d9 authored by Victor Wu's avatar Victor Wu Committed by Achilleas Pipinellis

Link to resource label events API

parent 134e478f
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Discussions are set of related notes on snippets, issues, merge requests or commits. Discussions are set of related notes on snippets, issues, merge requests or commits.
This includes system notes, which are notes about changes to the object (for example, when a milestone changes, there will be a corresponding system note). Label notes are not part of this API, but recorded as separate events in [resource label events](resource_label_events.md).
## Discussions pagination ## Discussions pagination
By default, `GET` requests return 20 results at a time because the API results By default, `GET` requests return 20 results at a time because the API results
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Notes are comments on snippets, issues or merge requests. Notes are comments on snippets, issues or merge requests.
This includes system notes, which are notes about changes to the object (for example, when a milestone changes, there will be a corresponding system note). Label notes are not part of this API, but recorded as separate events in [resource label events](resource_label_events.md).
## Notes pagination ## Notes pagination
By default, `GET` requests return 20 results at a time because the API results By default, `GET` requests return 20 results at a time because the API results
......
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