docs/BranchMergeParameters.md in phrase-2.8.0 vs docs/BranchMergeParameters.md in phrase-2.8.1

- old
+ new

@@ -2,16 +2,16 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**strategy** | **String** | strategy used for merge blocking, use_master or use_branch | [optional] +**strategy** | **String** | strategy used for merge blocking, use_main or use_branch | [optional] ## Code Sample ```ruby require 'Phrase' -instance = Phrase::BranchMergeParameters.new(strategy: use_master) +instance = Phrase::BranchMergeParameters.new(strategy: use_main) ```