diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-08-24 14:17:57 +0700 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-08-24 14:53:47 +0700 |
commit | 115b598d4094a303c3941255d2bd478483f3daea (patch) | |
tree | 5da0e31d8ff9cce3415650c82bc2fb8649a34df2 /doc/api | |
parent | 19dfd9e9d6cf8c260dea6a339b1842fc2399729e (diff) | |
download | gitlab-ce-115b598d4094a303c3941255d2bd478483f3daea.tar.gz |
Document version Group Milestones API introduced
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/group_milestones.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/group_milestones.md b/doc/api/group_milestones.md index dbfc7529125..a96fb3124fc 100644 --- a/doc/api/group_milestones.md +++ b/doc/api/group_milestones.md @@ -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 |