diff options
author | David Turner <novalis@novalis.org> | 2017-06-16 14:39:21 -0400 |
---|---|---|
committer | David Turner <novalis@novalis.org> | 2017-06-19 13:33:15 -0400 |
commit | 1cd1bab3af90b55119a16d3aceeb4f993ec31e5d (patch) | |
tree | caa2d3e49f411848050c6c7d45ed4dff2425814a /doc/api | |
parent | ad521bde1bb556709edd39d8a9aa67ee47605b91 (diff) | |
download | gitlab-ce-1cd1bab3af90b55119a16d3aceeb4f993ec31e5d.tar.gz |
add printing_merge_request_link_enabled to API
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 58f18105e21..cc1bb3911c8 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -261,6 +261,7 @@ Parameters: ], "only_allow_merge_if_pipeline_succeeds": false, "only_allow_merge_if_all_discussions_are_resolved": false, + "printing_merge_requests_link_enabled": true, "request_access_enabled": false, "statistics": { "commit_count": 37, @@ -344,6 +345,7 @@ Parameters: | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | | `avatar` | mixed | no | Image file for avatar of the project | +| `printing_merge_request_link_enabled` | boolean | no | Show link to create/view merge request when pushing from the command line | ### Create project for user @@ -379,6 +381,7 @@ Parameters: | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | | `avatar` | mixed | no | Image file for avatar of the project | +| `printing_merge_request_link_enabled` | boolean | no | Show link to create/view merge request when pushing from the command line | ### Edit project |