diff options
| author | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-03-27 16:40:10 +0900 |
|---|---|---|
| committer | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-03-27 16:40:10 +0900 |
| commit | d57b628ee0d144fd2b55be1a7780e5245b927618 (patch) | |
| tree | eeb37aabf818c9998e0446d8e9397be8b1302b5e /src/web/docs/api/entities | |
| parent | Revert a change for AuthSess query (diff) | |
| download | sharkey-d57b628ee0d144fd2b55be1a7780e5245b927618.tar.gz sharkey-d57b628ee0d144fd2b55be1a7780e5245b927618.tar.bz2 sharkey-d57b628ee0d144fd2b55be1a7780e5245b927618.zip | |
Describe host field of user entity
Diffstat (limited to 'src/web/docs/api/entities')
| -rw-r--r-- | src/web/docs/api/entities/user.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/docs/api/entities/user.yaml b/src/web/docs/api/entities/user.yaml index f0d5fdbba1..a451a40807 100644 --- a/src/web/docs/api/entities/user.yaml +++ b/src/web/docs/api/entities/user.yaml @@ -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 |