forked from FoundKeyGang/FoundKey
Describe host field of user entity
This commit is contained in:
parent
f12ea885f7
commit
d57b628ee0
1 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,12 @@ props:
|
|||
desc:
|
||||
ja: "ドライブの容量(bytes)"
|
||||
en: "The capacity of drive of this user (bytes)"
|
||||
- name: "host"
|
||||
type: "string | null"
|
||||
optional: false
|
||||
desc:
|
||||
ja: "ホスト (例: example.com:3000)"
|
||||
en: "Host (e.g. example.com:3000)"
|
||||
- name: "account"
|
||||
type: "object"
|
||||
optional: false
|
||||
|
|
Loading…
Reference in a new issue