diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-18 14:02:14 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-18 14:02:14 +0000 |
commit | 90aebe85884b95569ab65567155ce0ec15d65ef0 (patch) | |
tree | 57a806d5a8357de8fe77cbebf17fdf39d3ff1e7b /doc | |
parent | c8d1673a8a008c144724ea8359e59ca265e19762 (diff) | |
parent | 3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 (diff) | |
download | gitlab-ce-90aebe85884b95569ab65567155ce0ec15d65ef0.tar.gz |
Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into 'master'
Fix docs for lightweight tag creation via API
Closes #17499
See merge request gitlab-org/gitlab-ce!14328
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 32fe5eea692..bebe6536b6e 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -131,7 +131,7 @@ Parameters: "message": null } ``` -The message will be `nil` when creating a lightweight tag otherwise +The message will be `null` when creating a lightweight tag otherwise it will contain the annotation. In case of an error, |