POST
/
v1
/
repositories

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the repository.

owner
string
required

Account owner of the repository.

blueprint_id
string | null

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

Response

200 - application/json

The ID of the Repository.

id
string
required

The ID of the Repository.

name
string
required

The name of the Repository.

owner
string
required

The account owner of the Repository.

status
enum<string>
required

The current status of the Repository.

Available options:
pending,
failure,
active
failure_reason
string | null

Reason for failure, if the status is 'failure'.