summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/swagger/org.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/swagger/org.go')
-rw-r--r--routers/api/v1/swagger/org.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/routers/api/v1/swagger/org.go b/routers/api/v1/swagger/org.go
index 46bd56646b..eb4a1084e2 100644
--- a/routers/api/v1/swagger/org.go
+++ b/routers/api/v1/swagger/org.go
@@ -8,24 +8,28 @@ import (
api "code.gitea.io/sdk/gitea"
)
+// Organization
// swagger:response Organization
type swaggerResponseOrganization struct {
// in:body
Body api.Organization `json:"body"`
}
+// OrganizationList
// swagger:response OrganizationList
type swaggerResponseOrganizationList struct {
// in:body
Body []api.Organization `json:"body"`
}
+// Team
// swagger:response Team
type swaggerResponseTeam struct {
// in:body
Body api.Team `json:"body"`
}
+// TeamList
// swagger:response TeamList
type swaggerResponseTeamList struct {
// in:body