Fix check mergeability documentation
merge_strategy has been change to strategy in all other places. Change-Id: I7b494d4adb294fffd5864cb25dc530ad7616db8b
This commit is contained in:
@@ -4844,7 +4844,7 @@ change.
|
||||
Submit type used for this change, can be `MERGE_IF_NECESSARY`,
|
||||
`FAST_FORWARD_ONLY`, `REBASE_IF_NECESSARY`, `MERGE_ALWAYS` or
|
||||
`CHERRY_PICK`.
|
||||
|`merge_strategy` |optional|
|
||||
|`strategy` |optional|
|
||||
The strategy of the merge, can be `recursive`, `resolve`,
|
||||
`simple-two-way-in-core`, `ours` or `theirs`.
|
||||
|`mergeable` ||
|
||||
|
||||
@@ -1385,7 +1385,7 @@ As response a link:#mergeable-info[MergeableInfo] entity is returned.
|
||||
)]}'
|
||||
{
|
||||
submit_type: "MERGE_IF_NECESSARY",
|
||||
merge_strategy: "recursive",
|
||||
strategy: "recursive",
|
||||
mergeable: true
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user