Summary
Initialize a project in Git
Description
Initialize a project in Git
Route
POST /git/:gitType/repos/:repoPath/branches/:branchName/projects/:projectPath
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
gitType | string | yes | The name of the Git provider that is used |
repoPath | string | yes | The path in Git to the repository |
branchName | string | yes | The name of the branch that is used. |
projectPath | string | yes | The file path within a Git repository to a project file |
project | object | yes | The project document being pushed to Git |
commitMessage | string | yes | The commit message sent to Git when updating a project |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The result of initializing a project in Git |