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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Name of the repository.
Account owner of the repository.
ID of blueprint to use as base for resulting RepositoryVersion blueprint.
Response
200 - application/json
OK
The ID of the Repository.
The ID of the Repository.
The name of the Repository.
The account owner of the Repository.
The current status of the Repository.
Available options:
pending
, failure
, active
Reason for failure, if the status is 'failure'.
Was this page helpful?