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
path: root/doc
diff options
context:
space:
mode:
authorMichael Frister <michael.frister@barzahlen.de>2017-02-27 14:31:39 +0300
committerMichael Frister <michael.frister@barzahlen.de>2017-02-27 14:31:39 +0300
commit687bb3ca682e213080302eda99dee0cd340b28c7 (patch)
treebe9b1be8b8d239668c66b4fae59822ae377e0cfe /doc
parentc72c8e9a0effb2947c47977c2bb686578193aaba (diff)
Docs: Tags: Fix typo in parent_ids in example response
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tags.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 7f78ffc2390..5b611158b0a 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -26,7 +26,7 @@ Parameters:
"committer_email": "jack@example.com",
"id": "2695effb5807a22ff3d138d593fd856244e155e7",
"message": "Initial commit",
- "parents_ids": [
+ "parent_ids": [
"2a4b78934375d7f53875269ffd4f45fd83a84ebe"
]
},
@@ -110,7 +110,7 @@ Parameters:
"committer_email": "jack@example.com",
"id": "2695effb5807a22ff3d138d593fd856244e155e7",
"message": "Initial commit",
- "parents_ids": [
+ "parent_ids": [
"2a4b78934375d7f53875269ffd4f45fd83a84ebe"
]
},