username:password
Authorization: Basic *****************
{
"username": "dwzni",
"full_name": "周务住学",
"description": "劳约叫参物部较京元为复平处加。自还目许验明了走党设说基王华。思取无先界号全已办运由安所东。社改样收议住事权东声边车想给必。",
"website": "http://yimovymhn.lu/vnxbzakf",
"location": "sunt do irure",
"visibility": "private",
"repo_admin_change_team_access": false
}
curl --location --request POST '/orgs' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"username": "dwzni",
"full_name": "周务住学",
"description": "劳约叫参物部较京元为复平处加。自还目许验明了走党设说基王华。思取无先界号全已办运由安所东。社改样收议住事权东声边车想给必。",
"website": "http://yimovymhn.lu/vnxbzakf",
"location": "sunt do irure",
"visibility": "private",
"repo_admin_change_team_access": false
}'
{
"id": 0,
"name": "string",
"username": "string",
"full_name": "string",
"avatar_url": "string",
"description": "string",
"website": "string",
"location": "string",
"visibility": "string",
"repo_admin_change_team_access": true,
"owner_team": {
"id": 0,
"name": "string",
"description": "string",
"organization": null,
"includes_all_repositories": true,
"permission": "string",
"units": [
"string"
],
"units_map": {
"repo.code": "string",
"repo.ext_issues": "string",
"repo.ext_wiki": "string",
"repo.issues": "string",
"repo.packages": "string",
"repo.projects": "string",
"repo.pulls": "string",
"repo.releases": "string",
"repo.wiki": "string"
},
"can_create_org_repo": true
}
}