diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 16:17:36 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 16:17:36 +0200 |
commit | f0dd16d53e81bb0796fa6fa422efcab8a64f097a (patch) | |
tree | 8d583e1e96b1e82334d185d9252e22842fe36689 /doc/api | |
parent | 8388bbe82918d2fca2600620f48e048ccfab2c97 (diff) | |
parent | c2f0ae8a40658d02dfa128881a014fe1e907f61c (diff) | |
download | gitlab-ce-f0dd16d53e81bb0796fa6fa422efcab8a64f097a.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
CHANGELOG
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repositories.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index a412f60c0d9..8acf85d21c8 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -56,6 +56,7 @@ Parameters: [ { "name": "v1.0.0", + "message": "Release 1.0.0", "commit": { "id": "2695effb5807a22ff3d138d593fd856244e155e7", "parents": [], @@ -67,10 +68,11 @@ Parameters: "committed_date": "2012-05-28T04:42:42-07:00", "committer_email": "jack@example.com" }, - "protected": false } ] ``` +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, 405 with an explaining error message is returned. |