diff options
author | Michael Frister <michael.frister@barzahlen.de> | 2017-02-27 12:31:39 +0100 |
---|---|---|
committer | Michael Frister <michael.frister@barzahlen.de> | 2017-02-27 12:31:39 +0100 |
commit | 687bb3ca682e213080302eda99dee0cd340b28c7 (patch) | |
tree | be9b1be8b8d239668c66b4fae59822ae377e0cfe /doc | |
parent | c72c8e9a0effb2947c47977c2bb686578193aaba (diff) | |
download | gitlab-ce-687bb3ca682e213080302eda99dee0cd340b28c7.tar.gz |
Docs: Tags: Fix typo in parent_ids in example response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/tags.md | 4 |
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" ] }, |