We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbc4ab commit ff4520bCopy full SHA for ff4520b
routers/api/v1/org/team.go
@@ -502,7 +502,7 @@ func RemoveTeamRepository(ctx *context.APIContext) {
502
func SearchTeam(ctx *context.APIContext) {
503
// swagger:operation GET /orgs/{org}/teams/search organization teamSearch
504
// ---
505
- // summary: Search for teams within organization
+ // summary: Search for teams within an organization
506
// produces:
507
// - application/json
508
// parameters:
templates/swagger/v1_json.tmpl
@@ -1055,7 +1055,7 @@
1055
"tags": [
1056
"organization"
1057
],
1058
- "summary": "Search for teams within organization",
+ "summary": "Search for teams within an organization",
1059
"operationId": "teamSearch",
1060
"parameters": [
1061
{
0 commit comments