diff --git a/api/swagger.yaml b/api/swagger.yaml index 6a69707c5..3c220c83b 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -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"