diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-07-09 13:21:37 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2015-07-10 10:33:43 -0400 |
commit | 414cacd7f47c8c89a6a270928bbf9c8d8dcbd3ab (patch) | |
tree | cb04d3a2114495ed17e9dbac8f2c607926e87223 /doc/api | |
parent | 77025ad8e33cc99c645febe9b51fbf9931a62bcf (diff) | |
download | gitlab-ce-414cacd7f47c8c89a6a270928bbf9c8d8dcbd3ab.tar.gz |
api: expose work_in_progress flag
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/merge_requests.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md index 7b0873a9111..24c0b461308 100644 --- a/doc/api/merge_requests.md +++ b/doc/api/merge_requests.md @@ -49,7 +49,8 @@ Parameters: "state": "active", "created_at": "2012-04-29T08:46:00Z" }, - "description":"fixed login page css paddings" + "description":"fixed login page css paddings", + "work_in_progress": false } ] ``` @@ -94,7 +95,8 @@ Parameters: "state": "active", "created_at": "2012-04-29T08:46:00Z" }, - "description":"fixed login page css paddings" + "description":"fixed login page css paddings", + "work_in_progress": false } ``` @@ -118,6 +120,7 @@ Parameters: "project_id": 4, "title": "Blanditiis beatae suscipit hic assumenda et molestias nisi asperiores repellat et.", "description": "Qui voluptatibus placeat ipsa alias quasi. Deleniti rem ut sint. Optio velit qui distinctio.", + "work_in_progress": false, "state": "reopened", "created_at": "2015-02-02T19:49:39.159Z", "updated_at": "2015-02-02T20:08:49.959Z", |