From 79121f9977c1a8726dbb65ff1e37e4e56778654f Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 4 Oct 2017 08:38:55 +0200 Subject: [PATCH] docs(swagger): add missing Username field in UserAdminInitRequest --- api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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"