Add Org Repository

POST https://api.github.com/orgs/:org/repos?access_token={{github_token}}

Adds a repository under the users account.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring
sincenullYYYY-MM-DDTHH:MM:SSZ

Request Body

{"name"=>"Planets API", "description"=>"This is an API for managing planets.", "homepage"=>"https://getpostman.com", "private"=>false, "has_issues"=>true, "has_projects"=>true}

HEADERS

KeyDatatypeRequiredDescription
AcceptstringIs used to set specified media type
User-Agentstring

RESPONSES

status: OK

""