diff options
author | Luis Alonso Chavez Armendariz <lchavez@nearsoft.com> | 2016-11-24 10:28:52 -0700 |
---|---|---|
committer | Luis Alonso Chavez Armendariz <lchavez@nearsoft.com> | 2016-11-24 10:28:52 -0700 |
commit | ed61d44e1edfd41c36ec9085aa95f470bb5699fa (patch) | |
tree | fa1e469baab4423875bbe38b23d84517e25fd547 /doc/api/award_emoji.md | |
parent | 843ae9b26e6d307c6b2e140e904b77565a649674 (diff) | |
download | gitlab-ce-ed61d44e1edfd41c36ec9085aa95f470bb5699fa.tar.gz |
Remove unnecessary sentences for status codes in the API documentation
Diffstat (limited to 'doc/api/award_emoji.md')
-rw-r--r-- | doc/api/award_emoji.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/award_emoji.md b/doc/api/award_emoji.md index 06111f4ab67..58092bdd400 100644 --- a/doc/api/award_emoji.md +++ b/doc/api/award_emoji.md @@ -158,7 +158,7 @@ Example Response: ### Delete an award emoji Sometimes its just not meant to be, and you'll have to remove your award. Only available to -admins or the author of the award. Status code 200 on success, 401 if unauthorized. +admins or the author of the award. ``` DELETE /projects/:id/issues/:issue_id/award_emoji/:award_id @@ -331,7 +331,7 @@ Example Response: ### Delete an award emoji Sometimes its just not meant to be, and you'll have to remove your award. Only available to -admins or the author of the award. Status code 200 on success, 401 if unauthorized. +admins or the author of the award. ``` DELETE /projects/:id/issues/:issue_id/notes/:note_id/award_emoji/:award_id |