From 3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Mon, 18 Sep 2017 17:20:09 +1000 Subject: [PATCH] Fix docs for lightweight tag creation via API --- ...s-17499-documentation-errors-about-creating-a-new-tag.yml | 5 +++++ doc/api/tags.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml diff --git a/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml b/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml new file mode 100644 index 00000000000..3dfe4114cc9 --- /dev/null +++ b/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml @@ -0,0 +1,5 @@ +--- +title: Fix docs for lightweight tag creation via API +merge_request: +author: +type: other 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,