Skip to main content
POST
Fast-forward a branch to another one.

Path Parameters

branch
string
required

Desired branch name.

Query Parameters

fastForward
string
required

The name of the target branch where this branch will be fast forwarded.

Response

200 - application/json

Desired branch deleted successfully.

ResponseEntity<?>