Skip to content

Repos Object ​



id
string
REQUIRED Â· 

The unique identifier for the repository

name
string

The name of the repository

description
string

The description of the repository

owner
string

The owner of the repository

owner_type
string

The type of the owner of the repository

All possible enum values:
  • user
  • org
visibility
string

The visibility of the repository

All possible enum values:
  • public
  • private
  • internal
vcs_url
string

The VCS URL of the repository

status
string

The status of the repository

All possible enum values:
  • active
  • inactive
default_branch
string

The default branch of the repository

created_at
string Â· date-time

The date and time when the repository was created

updated_at
string Â· date-time

The date and time when the repository was last updated

remote_data
object

Raw data returned from the remote API call.