Initialize a project in Git

Initializes a project in Git.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

gitTypeenumRequired
The name of the Git provider that is used
Allowed values:
repoPathstringRequired
The path in Git to the repository
branchNamestringRequired
The name of the branch that is used.
projectPathstringRequired
The file path within a Git repository to a project file

Request

request body
projectobjectOptional
commitMessagestringOptional
The commit message sent to Git when updating a project

Response

The result of initializing a project in Git
messagestring
dataobject
The project document pushed to Git

Errors

500
Internal Server Error