summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:45:28 +0000
committerCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:45:28 +0000
commitf9dca1f6bbd92bd748f6022d283de969332a18ae (patch)
tree53f62ab400bdbb277886846b37f3a357ac9381c3
parent40c542354f4a8ebf0c5b43acfb133553a9587be1 (diff)
downloadgitlab-ce-docs/update-project-api.tar.gz
Apply suggestion to doc/api/projects.mddocs/update-project-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 62d0c0b094b..7a60438f676 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -811,7 +811,7 @@ PUT /projects/:id
| `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 |