diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 06:26:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 06:26:31 +0900 |
| commit | 423f73777cd0b8e6ef916f1ad4e6971c1e560bb7 (patch) | |
| tree | 2b2b0fbe21322467321fa744795d13a567a22a6e /src/web/docs/api/entities/user.yaml | |
| parent | v3925 (diff) | |
| download | sharkey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.tar.gz sharkey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.tar.bz2 sharkey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.zip | |
nanka iroiro
Diffstat (limited to 'src/web/docs/api/entities/user.yaml')
| -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 e62ad84db8..528b9b0e13 100644 --- a/src/web/docs/api/entities/user.yaml +++ b/src/web/docs/api/entities/user.yaml @@ -111,6 +111,12 @@ props: desc: ja: "ドライブの容量(bytes)" en: "The capacity of drive of this user (bytes)" + - name: "is_bot" + type: "boolean" + optional: true + desc: + ja: "botか否か(自己申告であることに留意)" + en: "Whether is bot or not" - name: "twitter" type: "object" optional: true |