diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-07-12 10:37:24 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-12 10:37:24 -0700 |
commit | 6c51aadf35c4e7899da99c85c3fc4c01484819f2 (patch) | |
tree | c683e3d7ebcf3e188f1dd85b8701ff972e7f8a3d /doc/api/notes.md | |
parent | 9b176c65159e4186f79eae2107af80e69132ba09 (diff) | |
parent | 6457d5edb7d66df5dd3d5ba1f1ea0c56a59287a8 (diff) | |
download | gitlab-ce-6c51aadf35c4e7899da99c85c3fc4c01484819f2.tar.gz |
Merge branch 'maintainers-can-create-subgroup' of https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index c09129c22d4..acbf0334563 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -5,7 +5,7 @@ Notes are comments on: - Snippets - Issues - Merge requests -- Epics **[ULTIMATE]** +- Epics **(ULTIMATE)** 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). @@ -396,7 +396,7 @@ Parameters: curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/projects/5/merge_requests/7/notes/1602 ``` -## Epics **[ULTIMATE]** +## Epics **(ULTIMATE)** ### List all epic notes |