Commit 41e66b4b authored by Rene Verschoor's avatar Rene Verschoor

Fix typo Update merge request level rule endpoint

parent 6aa4cb5d
......@@ -762,7 +762,7 @@ will be used.
You can update merge request approval rules using the following endpoint:
```
PUT /projects/:id/merge_request/:merge_request_iid/approval_rules/:approval_rule_id
PUT /projects/:id/merge_requests/:merge_request_iid/approval_rules/:approval_rule_id
```
**Important:** Approvers and groups not in the `users`/`groups` param will be **removed**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment