Repository
Repository-Lifecycle

Create a Repository Connection.

Create a connection to a Github Repository and trigger an initial inspection of the repo's technical stack and developer environment requirements.

post/v1/repositories

Request body

namestring required

Name of the repository.

ownerstring required

Account owner of the repository.

github_auth_tokenstring nullable

GitHub authentication token for accessing private repositories.

blueprint_idstring nullable

ID of blueprint to use as base for resulting RepositoryVersion blueprint.

Response

OK

idstring required

The ID of the Repository.

namestring required

The name of the Repository.

ownerstring required

The account owner of the Repository.

Changes