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 6bebe6a commit cce73b8Copy full SHA for cce73b8
routers/api/v1/admin/user.go
@@ -296,7 +296,7 @@ func DeleteUserPublicKey(ctx *context.APIContext) {
296
func GetAllUsers(ctx *context.APIContext) {
297
// swagger:operation GET /admin/users admin adminGetAllUsers
298
// ---
299
- // summary: List all organizations
+ // summary: List all users
300
// produces:
301
// - application/json
302
// responses:
templates/swagger/v1_json.tmpl
@@ -51,7 +51,7 @@
51
"tags": [
52
"admin"
53
],
54
- "summary": "List all organizations",
+ "summary": "List all users",
55
"operationId": "adminGetAllUsers",
56
"responses": {
57
"200": {
0 commit comments