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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

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