mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
docs(swagger): add missing Username field in UserAdminInitRequest
This commit is contained in:
parent
f678d05088
commit
79121f9977
1 changed files with 4 additions and 0 deletions
|
@ -2569,6 +2569,10 @@ definitions:
|
||||||
UserAdminInitRequest:
|
UserAdminInitRequest:
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
|
Username:
|
||||||
|
type: "string"
|
||||||
|
example: "admin"
|
||||||
|
description: "Username for the admin user"
|
||||||
Password:
|
Password:
|
||||||
type: "string"
|
type: "string"
|
||||||
example: "admin-password"
|
example: "admin-password"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue