Merge Branches By Three Way
POST {{aws_codecommit_base_url}}/?Action=MergeBranchesByThreeWay
Request Params
Key | Datatype | Required | Description |
---|
Action | string | | The name of the author who created the commit. This information will be used as both the author and committer for the commit. |
Request Body
{"repositoryName"=>"MyDemoRepo", "destinationCommitSpecifier"=>"bugfix-bug1234", "sourceCommitSpecifier"=>"master", "authorName"=>"Jorge Souza", "email"=>"jorge_souza@example.com", "commitMessage"=>"Merging changes from master before additional testing"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
User-Agent | string | | |
X-Amz-Target | string | | |