Skip to content
Snippets Groups Projects
Commit 52008045 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez
Browse files

Fix typo in Merge Requests API documentation

parent fc3402b7
No related branches found
No related tags found
1 merge request!5057Fix typo in Merge Requests API documentation
Pipeline #
Loading
@@ -433,7 +433,7 @@ Parameters:
Loading
@@ -433,7 +433,7 @@ Parameters:
- `merge_request_id` (required) - ID of MR - `merge_request_id` (required) - ID of MR
- `merge_commit_message` (optional) - Custom merge commit message - `merge_commit_message` (optional) - Custom merge commit message
- `should_remove_source_branch` (optional) - if `true` removes the source branch - `should_remove_source_branch` (optional) - if `true` removes the source branch
- `merged_when_build_succeeds` (optional) - if `true` the MR is merged when the build succeeds - `merge_when_build_succeeds` (optional) - if `true` the MR is merged when the build succeeds
- `sha` (optional) - if present, then this SHA must match the HEAD of the source branch, otherwise the merge will fail - `sha` (optional) - if present, then this SHA must match the HEAD of the source branch, otherwise the merge will fail
   
```json ```json
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment