Initialize a project in Git
Initializes a project in Git.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
gitType
The name of the Git provider that is used
Allowed values:
repoPath
The path in Git to the repository
branchName
The name of the branch that is used.
projectPath
The file path within a Git repository to a project file
Request
request body
project
commitMessage
The commit message sent to Git when updating a project
Response
The result of initializing a project in Git
message
data
The project document pushed to Git
Errors
500
Internal Server Error