diff options
author | Rémy Coutable <remy@rymai.me> | 2017-03-01 13:22:34 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-01 13:22:34 +0000 |
commit | 462526280a8996975ab53a61fee4f74e5d2ed7fd (patch) | |
tree | 7aa9c376bd18f0ed0bbd8ed4b9c269212480848a | |
parent | d789ca6c95fdfc485eb446fafa7faf7d7c4c6b52 (diff) | |
parent | 687bb3ca682e213080302eda99dee0cd340b28c7 (diff) | |
download | gitlab-ce-462526280a8996975ab53a61fee4f74e5d2ed7fd.tar.gz |
Merge branch 'feature/fix_tag_docs_parent_ids' into 'master'
Docs: Tags: Fix typo in parent_ids in example response
See merge request !9550
-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 abeb4bfb40e..4a2c9720b8a 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" ] }, |