mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
docs(swagger): update UserAdminInitRequest definition
This commit is contained in:
parent
e65d132b3d
commit
0e8da2db18
1 changed files with 5 additions and 1 deletions
|
@ -2454,10 +2454,14 @@ definitions:
|
||||||
UserAdminInitRequest:
|
UserAdminInitRequest:
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
|
Username:
|
||||||
|
type: "string"
|
||||||
|
example: "admin"
|
||||||
|
description: "Username of the initial administrator account"
|
||||||
Password:
|
Password:
|
||||||
type: "string"
|
type: "string"
|
||||||
example: "admin-password"
|
example: "admin-password"
|
||||||
description: "Password for the admin user"
|
description: "Password of the initial administrator account"
|
||||||
TemplateListResponse:
|
TemplateListResponse:
|
||||||
type: "array"
|
type: "array"
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue