Create a Git repository

Creates a new repository in Git for storing projects.

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

Request

request body
repoNamestringOptional

Response

The result of creating a repository in Git
messagestring
dataobject

Errors

500
Internal Server Error