Commit d542c2f1 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce...

Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce into issue-discussions-refactor

* 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce:
  Fix merge request json schema (add labels, milestone)
parents b219dcd0 4e6138bd
......@@ -18,6 +18,8 @@
"total_time_spent": { "type": "integer" },
"human_time_estimate": { "type": ["integer", "null"] },
"human_total_time_spent": { "type": ["integer", "null"] },
"milestone": { "type": ["object", "null"] },
"labels": { "type": ["array", "null"] },
"in_progress_merge_commit_sha": { "type": ["string", "null"] },
"merge_error": { "type": ["string", "null"] },
"merge_commit_sha": { "type": ["string", "null"] },
......
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