Branches
Create a branch given a project, the base git ref, and the new branch's name
post/{spaceId}/projects/{projectId}/git/branches/v2
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
projectIdstring required
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
The newly-created Branch
Changes
No recorded changes to this endpoint across all 7 revisions of this API.