Merge pull request #1316 from akihikodaki/host

Describe host field of user entity
This commit is contained in:
syuilo 2018-03-27 16:41:26 +09:00 committed by GitHub
commit bee892d446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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