Add OpenAPI annotations for query params of getOrgUsersForCurrentOrg API route (#101419)
This commit is contained in:
@@ -542,6 +542,16 @@ type AddOrgUserParams struct {
|
||||
OrgID int64 `json:"org_id"`
|
||||
}
|
||||
|
||||
// swagger:parameters getOrgUsersForCurrentOrg
|
||||
type GetOrgUsersForCurrentOrgParams struct {
|
||||
// in:query
|
||||
// required:false
|
||||
Query string `json:"query"`
|
||||
// in:query
|
||||
// required:false
|
||||
Limit int `json:"limit"`
|
||||
}
|
||||
|
||||
// swagger:parameters getOrgUsersForCurrentOrgLookup
|
||||
type LookupOrgUsersParams struct {
|
||||
// in:query
|
||||
|
||||
Reference in New Issue
Block a user