From 6063c0d98806bc2a7f3f12062c808e31bb1a89b2 Mon Sep 17 00:00:00 2001 From: Victor Wu Date: Tue, 16 Apr 2019 16:31:23 +0000 Subject: Link to resource label events API --- doc/api/discussions.md | 2 ++ doc/api/notes.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/api/discussions.md b/doc/api/discussions.md index 3f575f432d0..67bbd4cc1ac 100644 --- a/doc/api/discussions.md +++ b/doc/api/discussions.md @@ -2,6 +2,8 @@ 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 By default, `GET` requests return 20 results at a time because the API results diff --git a/doc/api/notes.md b/doc/api/notes.md index c351ee13d9a..dfde80c6441 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -2,6 +2,8 @@ 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 By default, `GET` requests return 20 results at a time because the API results -- cgit v1.2.1