Merge pull request #1316 from akihikodaki/host
Describe host field of user entity
This commit is contained in:
commit
bee892d446
@ -105,6 +105,12 @@ props:
|
|||||||
desc:
|
desc:
|
||||||
ja: "ドライブの容量(bytes)"
|
ja: "ドライブの容量(bytes)"
|
||||||
en: "The capacity of drive of this user (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"
|
- name: "account"
|
||||||
type: "object"
|
type: "object"
|
||||||
optional: false
|
optional: false
|
||||||
|
Loading…
Reference in New Issue
Block a user