summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-25 15:43:05 +0000
committerRémy Coutable <remy@rymai.me>2016-11-25 15:43:05 +0000
commitd03ca3d02e39d32e41e26f1100dcb793a7d758ad (patch)
tree59fb7106ffe39767de8c9692ac5f5b647d303af8 /doc/api/notes.md
parentfc0350118385df28e435488cbf4be35e5cfbe70b (diff)
parented61d44e1edfd41c36ec9085aa95f470bb5699fa (diff)
downloadgitlab-ce-d03ca3d02e39d32e41e26f1100dcb793a7d758ad.tar.gz
Merge branch 'issue-24534' into 'master'
Remove unnecessary sentences for return codes in the API documentation Closes #24534 See merge request !7511
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r--doc/api/notes.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md
index 9971806be56..214dfa4068d 100644
--- a/doc/api/notes.md
+++ b/doc/api/notes.md
@@ -109,8 +109,7 @@ Parameters:
### Delete an issue note
-Deletes an existing note of an issue. On success, this API method returns 200
-and the deleted note. If the note does not exist, the API returns 404.
+Deletes an existing note of an issue.
```
DELETE /projects/:id/issues/:issue_id/notes/:note_id
@@ -234,8 +233,7 @@ Parameters:
### Delete a snippet note
-Deletes an existing note of a snippet. On success, this API method returns 200
-and the deleted note. If the note does not exist, the API returns 404.
+Deletes an existing note of a snippet.
```
DELETE /projects/:id/snippets/:snippet_id/notes/:note_id
@@ -364,8 +362,7 @@ Parameters:
### Delete a merge request note
-Deletes an existing note of a merge request. On success, this API method returns
-200 and the deleted note. If the note does not exist, the API returns 404.
+Deletes an existing note of a merge request.
```
DELETE /projects/:id/merge_requests/:merge_request_id/notes/:note_id