1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

docs(swagger): add missing Username field in UserAdminInitRequest

This commit is contained in:
Anthony Lapenna 2017-10-04 08:38:55 +02:00
parent f678d05088
commit 79121f9977

View file

@ -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"