summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:44:55 +0000
committerCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:44:55 +0000
commit2b6812f7ec8562934f14d30420ab0614233e47cd (patch)
tree9a23edd5eca04726d9587e555ced38440229fefd /doc/api
parent8c62a1db437692a49016327328815f902bf86f12 (diff)
downloadgitlab-ce-2b6812f7ec8562934f14d30420ab0614233e47cd.tar.gz
Apply suggestion to doc/api/projects.md
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index f9d7c157a4e..436974e5d63 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -721,7 +721,7 @@ POST /projects
| `public_builds` | boolean | no | If `true`, jobs can be viewed by non-project-members |
| `only_allow_merge_if_pipeline_succeeds` | boolean | no | Set whether merge requests can only be merged with successful jobs |
| `only_allow_merge_if_all_discussions_are_resolved` | boolean | no | Set whether merge requests can only be merged when all the discussions are resolved |
-| `merge_method` | string | no | See [merge methods](#project-merge-method) |
+| `merge_method` | string | no | Set the [merge method](#project-merge-method) used |
| `lfs_enabled` | boolean | no | Enable LFS |
| `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 |