Skip to content

Docs: Tags: Fix typo in parent_ids in example response

meeee requested to merge meeee/gitlab-ce:feature/fix_tag_docs_parent_ids into master

What does this MR do?

Fix a typo in an example JSON response in the API docs.

Why was this MR needed?

From what I can see in the Git history, there never was parents_ids field (note the additional s) actually returned on a commit, except in the docs.

Gitlab.com returns parent_ids for the commit object embedded in a tag object.

Merge request reports