Skip to content

Commit cce73b8

Browse files
Typo fix
1 parent 6bebe6a commit cce73b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/admin/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func DeleteUserPublicKey(ctx *context.APIContext) {
296296
func GetAllUsers(ctx *context.APIContext) {
297297
// swagger:operation GET /admin/users admin adminGetAllUsers
298298
// ---
299-
// summary: List all organizations
299+
// summary: List all users
300300
// produces:
301301
// - application/json
302302
// responses:

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tags": [
5252
"admin"
5353
],
54-
"summary": "List all organizations",
54+
"summary": "List all users",
5555
"operationId": "adminGetAllUsers",
5656
"responses": {
5757
"200": {

0 commit comments

Comments
 (0)