diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-27 16:41:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 16:41:26 +0900 |
| commit | bee892d446380fdd5dffd3a1fa9ebd0415c4fd7a (patch) | |
| tree | 30126e766ac14f3fbe93b71a0f7f7751c8de082c /src | |
| parent | Merge pull request #1315 from akihikodaki/host (diff) | |
| parent | Describe host field of user entity (diff) | |
| download | sharkey-bee892d446380fdd5dffd3a1fa9ebd0415c4fd7a.tar.gz sharkey-bee892d446380fdd5dffd3a1fa9ebd0415c4fd7a.tar.bz2 sharkey-bee892d446380fdd5dffd3a1fa9ebd0415c4fd7a.zip | |
Merge pull request #1316 from akihikodaki/host
Describe host field of user entity
Diffstat (limited to 'src')
| -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 |