修复合并pr接口
This commit is contained in:
parent
d0eea86eb0
commit
9c38853e50
|
@ -16,7 +16,7 @@ interface GiteeV5ApiProxy extends GiteeApiProxy {
|
|||
@PUT
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
|
||||
@Path("/repos/{ownerPath}/{repoPath}/pulls/{prNumber}/pull")
|
||||
@Path("/repos/{ownerPath}/{repoPath}/pulls/{prNumber}/merge")
|
||||
void acceptPullRequest(@PathParam("ownerPath") String ownerPath,
|
||||
@PathParam("repoPath") String repoPath,
|
||||
@PathParam("prNumber") Integer prNumber);
|
||||
|
|
Loading…
Reference in New Issue