Owner of any repository you create.
Request
Content-Type: application/json header.
Authentication
This endpoint requires HTTP Basic Auth. Pass your API key as the username and leave the password empty.
Body parameters
Display name for the new repository.
Visibility setting for the repository. Must be either
"Public" or "Private".Optional description of the repository’s contents or purpose.
Optional team name to associate this repository with for collaborative access.
Response
Returns201 Created with the newly created repository object.
Unique numeric identifier assigned to the new repository.
Display name of the repository.
Description of the repository, if provided.
Visibility setting. Either
"Public" or "Private".The team this repository belongs to, if provided.
Your access level. Always
"Owner" for repositories you create.