Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-08 21:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-08 21:09:12 +0300
commit0179dc40d71c2549d787d2f5fa7ba6dc6efae376 (patch)
tree9709db4077ec0f3f471e9b8094b0de67a3ab947c /doc/api/tags.md
parent770d6dbfa7111324f994f12664a2036c7121602a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/tags.md')
-rw-r--r--doc/api/tags.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index eef4504aa5b..3ac4e8bb6ab 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -160,11 +160,10 @@ Example response:
}
```
-The message will be `null` when creating a lightweight tag otherwise
-it will contain the annotation.
+The message is `null` when creating a lightweight tag. Otherwise, it contains the annotation.
-The target will contain the tag objects ID when creating annotated tags,
-otherwise it will contain the commit ID when creating lightweight tags.
+The target contains the tag objects ID when creating annotated tags,
+otherwise it contains the commit ID when creating lightweight tags.
In case of an error,
status code `405` with an explaining error message is returned.