Commit 9627c49e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'resource-label-events-api-link' into 'master'

Link to resource label events API

See merge request gitlab-org/gitlab-ce!27412
parents 134e478f 6063c0d9
...@@ -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