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
This commit is contained in:
Achilleas Pipinellis
2017-09-18 14:02:14 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Fix docs for lightweight tag creation via API
merge_request:
author:
type: other

View File

@ -131,7 +131,7 @@ Parameters:
"message": null "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. it will contain the annotation.
In case of an error, In case of an error,