From 0e8da2db182c28ee742047f093e9e4f825aa109a Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 29 Aug 2017 09:11:19 +0200 Subject: [PATCH] docs(swagger): update UserAdminInitRequest definition --- api/swagger.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 28e0dc3f1..21f4dac79 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -2454,10 +2454,14 @@ definitions: UserAdminInitRequest: type: "object" properties: + Username: + type: "string" + example: "admin" + description: "Username of the initial administrator account" Password: type: "string" example: "admin-password" - description: "Password for the admin user" + description: "Password of the initial administrator account" TemplateListResponse: type: "array" items: