Document version Group Milestones API introduced

This commit is contained in:
Mark Fletcher 2017-08-24 14:17:57 +07:00
parent 19dfd9e9d6
commit 115b598d40
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
title: Document version Group Milestones API introduced
merge_request:
author:
type: changed

View File

@ -1,5 +1,8 @@
# Group milestones API
> **Notes:**
> [Introduced][ce-12819] in GitLab 9.5.
## List group milestones
Returns a list of group milestones.
@ -118,3 +121,5 @@ Parameters:
- `id` (required) - The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user
- `milestone_id` (required) - The ID of a group milestone
[ce-12819]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12819