|
|
|
@ -5411,32 +5411,6 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/user/{username}/orgs": {
|
|
|
|
|
"get": {
|
|
|
|
|
"produces": [
|
|
|
|
|
"application/json"
|
|
|
|
|
],
|
|
|
|
|
"tags": [
|
|
|
|
|
"organization"
|
|
|
|
|
],
|
|
|
|
|
"summary": "List a user's organizations",
|
|
|
|
|
"operationId": "orgListUserOrgs",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"description": "username of user",
|
|
|
|
|
"name": "username",
|
|
|
|
|
"in": "path",
|
|
|
|
|
"required": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"$ref": "#/responses/OrganizationList"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/users/search": {
|
|
|
|
|
"get": {
|
|
|
|
|
"produces": [
|
|
|
|
@ -5690,6 +5664,32 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/users/{username}/orgs": {
|
|
|
|
|
"get": {
|
|
|
|
|
"produces": [
|
|
|
|
|
"application/json"
|
|
|
|
|
],
|
|
|
|
|
"tags": [
|
|
|
|
|
"organization"
|
|
|
|
|
],
|
|
|
|
|
"summary": "List a user's organizations",
|
|
|
|
|
"operationId": "orgListUserOrgs",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"type": "string",
|
|
|
|
|
"description": "username of user",
|
|
|
|
|
"name": "username",
|
|
|
|
|
"in": "path",
|
|
|
|
|
"required": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"$ref": "#/responses/OrganizationList"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/users/{username}/repos": {
|
|
|
|
|
"get": {
|
|
|
|
|
"produces": [
|
|
|
|
|