summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:45:14 +0000
committerCindy Pallares 🦉 <cindy@gitlab.com>2019-07-09 14:45:14 +0000
commit40c542354f4a8ebf0c5b43acfb133553a9587be1 (patch)
tree11acef6fec562217b70365ca4dbc9695cdbd79cf
parent2b6812f7ec8562934f14d30420ab0614233e47cd (diff)
downloadgitlab-ce-40c542354f4a8ebf0c5b43acfb133553a9587be1.tar.gz
Apply suggestion to doc/api/projects.md
-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 436974e5d63..62d0c0b094b 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -766,7 +766,7 @@ POST /projects/user/:user_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 |