diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-16 14:30:28 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-16 16:28:53 +0200 |
commit | cf00fbecc544dfd2d597ae89c5ecbae1b6842932 (patch) | |
tree | 5ca8548768ad0dc32de728de3a83bbdf116c1b95 /doc/api/notes.md | |
parent | 065341bf04958b862db9cc2891c7822a3da7f7f8 (diff) | |
download | gitlab-ce-cf00fbecc544dfd2d597ae89c5ecbae1b6842932.tar.gz |
Fix API notes endpoint when posting only emoji
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 85d140d06ac..572844b8b3f 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -78,7 +78,8 @@ Parameters: ### Create new issue note -Creates a new note to a single project issue. +Creates a new note to a single project issue. If you create a note where the body +only contains an Award Emoji, you'll receive this object back. ``` POST /projects/:id/issues/:issue_id/notes @@ -204,6 +205,7 @@ Parameters: ### Create new snippet note Creates a new note for a single snippet. Snippet notes are comments users can post to a snippet. +If you create a note where the body only contains an Award Emoji, you'll receive this object back. ``` POST /projects/:id/snippets/:snippet_id/notes @@ -332,6 +334,8 @@ Parameters: ### Create new merge request note Creates a new note for a single merge request. +If you create a note where the body only contains an Award Emoji, you'll receive +this object back. ``` POST /projects/:id/merge_requests/:merge_request_id/notes |