diff options
author | Stan Hu <stanhu@gmail.com> | 2015-07-15 01:13:05 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-15 01:13:05 +0000 |
commit | daed441dfe2bff0c64c581a802ee38a1ac42e6c6 (patch) | |
tree | 9b05717f212389b9fd5b399b48e5caa9644564fc /doc | |
parent | e62b579793ef1dbede647c54e45424b321487fd6 (diff) | |
parent | 414cacd7f47c8c89a6a270928bbf9c8d8dcbd3ab (diff) | |
download | gitlab-ce-daed441dfe2bff0c64c581a802ee38a1ac42e6c6.tar.gz |
Merge branch 'merge-request-wip-information' into 'master'
api: expose work_in_progress flag
See merge request !948
Diffstat (limited to 'doc')
-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", |