Commit 46252628 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'feature/fix_tag_docs_parent_ids' into 'master'

Docs: Tags: Fix typo in parent_ids in example response

See merge request !9550
parents d789ca6c 687bb3ca
...@@ -26,7 +26,7 @@ Parameters: ...@@ -26,7 +26,7 @@ Parameters:
"committer_email": "jack@example.com", "committer_email": "jack@example.com",
"id": "2695effb5807a22ff3d138d593fd856244e155e7", "id": "2695effb5807a22ff3d138d593fd856244e155e7",
"message": "Initial commit", "message": "Initial commit",
"parents_ids": [ "parent_ids": [
"2a4b78934375d7f53875269ffd4f45fd83a84ebe" "2a4b78934375d7f53875269ffd4f45fd83a84ebe"
] ]
}, },
...@@ -110,7 +110,7 @@ Parameters: ...@@ -110,7 +110,7 @@ Parameters:
"committer_email": "jack@example.com", "committer_email": "jack@example.com",
"id": "2695effb5807a22ff3d138d593fd856244e155e7", "id": "2695effb5807a22ff3d138d593fd856244e155e7",
"message": "Initial commit", "message": "Initial commit",
"parents_ids": [ "parent_ids": [
"2a4b78934375d7f53875269ffd4f45fd83a84ebe" "2a4b78934375d7f53875269ffd4f45fd83a84ebe"
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment