pronghorn-core

On this page:

updateProject

Summary

Update a project in Git

Description

Update a project in Git

Route

PUT /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 updating a project in Git