Commit 90aebe85 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
parents c8d1673a 3f2ad467
---
title: Fix docs for lightweight tag creation via API
merge_request:
author:
type: other
...@@ -131,7 +131,7 @@ Parameters: ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment