Projects

Convert an existing project to store its configuration in version control.

post/projects/{projectId}/git/convert

Path parameters

projectIdstring required

Request body

ChangeDescriptionstring required
CommitMessagestring
InitialCommitBranchNamestring
ProjectIdstring required
SpaceIdstring required

The ID of the space containing the resource(s).

Example request

{
  "ProjectId": "Projects-1",
  "SpaceId": "Spaces-1"
}

Response

Empty response indicating the Project was converted

ConvertProjectToVersionControlledResponse required

Changes