diff options
| author | jubianchi <contact@jubianchi.fr> | 2015-01-17 23:45:39 +0100 |
|---|---|---|
| committer | jubianchi <contact@jubianchi.fr> | 2015-05-02 10:44:52 +0200 |
| commit | 2c544d43c832e816614a9bef35e1899f34b4a53d (patch) | |
| tree | 62251a13a44a9e6aa3e370a41e418a2b0018dd78 /doc/api/milestones.md | |
| parent | 76f7bdccc09fe1290cee330480c1a2640e3b20d5 (diff) | |
| download | gitlab-ce-2c544d43c832e816614a9bef35e1899f34b4a53d.tar.gz | |
Query issues, merge requests and milestones with their IID through API
Diffstat (limited to 'doc/api/milestones.md')
| -rw-r--r-- | doc/api/milestones.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md index d48b3bcce8a..a6828728264 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -6,6 +6,7 @@ Returns a list of project milestones. ``` GET /projects/:id/milestones +GET /projects/:id/milestones?iid=42 ``` ```json @@ -27,6 +28,7 @@ GET /projects/:id/milestones Parameters: - `id` (required) - The ID of a project +- `iid` (optional) - Return the milestone having the given `iid` ## Get single milestone |
