Fix check mergeability documentation

merge_strategy has been change to strategy in all other places.

Change-Id: I7b494d4adb294fffd5864cb25dc530ad7616db8b
This commit is contained in:
Zhen Chen
2016-08-03 23:29:43 -07:00
parent 76b0e76d2f
commit ec13e456ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}
----