docs(swagger): add missing Username field in UserAdminInitRequest
parent
f678d05088
commit
79121f9977
|
@ -2569,6 +2569,10 @@ definitions:
|
|||
UserAdminInitRequest:
|
||||
type: "object"
|
||||
properties:
|
||||
Username:
|
||||
type: "string"
|
||||
example: "admin"
|
||||
description: "Username for the admin user"
|
||||
Password:
|
||||
type: "string"
|
||||
example: "admin-password"
|
||||
|
|
Loading…
Reference in New Issue