Merge branch 'feature/fix_tag_docs_parent_ids' into 'master'
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
This commit is contained in:
commit
462526280a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue