Describe host field of user entity

This commit is contained in:
Akihiko Odaki 2018-03-27 16:40:10 +09:00
parent f12ea885f7
commit d57b628ee0

View file

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