pronghorn-core

On this page:

createRepo

Summary

Create a new repository in Git for storing projects

Description

Create a new repository in Git for storing projects

Route

POST /git/:gitType/repos/:repoPath

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
repoName string yes The name of the Git repository to create

Return

DetailsExampleSchema
Name Type Description
result object The result of creating a repository in Git