diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-01 09:50:57 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-01 09:50:57 +0000 |
commit | 55888420400d4b59674fb726c8198b1ef1a6ff92 (patch) | |
tree | 83378c362204a92214fcf2757b2e45f44fc0c259 /doc | |
parent | 266fcfb1935c8aa8c6ac3d2ae71530c441b08675 (diff) | |
parent | 32c84b9a062529de234899176d7d5b5c7d34cdfa (diff) | |
download | gitlab-ce-55888420400d4b59674fb726c8198b1ef1a6ff92.tar.gz |
Merge branch 'patch-9' into 'master'
Update tags.md
See merge request !7202
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/tags.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md index 54059117456..398b080e3f6 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -124,7 +124,7 @@ Parameters: The message will be `nil` when creating a lightweight tag otherwise it will contain the annotation. -It returns 200 if the operation succeed. In case of an error, +It returns 201 if the operation succeed. In case of an error, 405 with an explaining error message is returned. ## Delete a tag |