Skip to main content
POST
/
activeviam
/
database
/
rest
/
v10
/
branches
/
{branch}
Fast-forward a branch to another one.
curl --request POST \
  --url http://localhost:9090/activeviam/database/rest/v10/branches/{branch}
{
  "status": "ok"
}

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<?>