diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-22 06:56:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-22 06:56:37 +0900 |
| commit | 34923888c7f504b95912719e54325cb8633c8cda (patch) | |
| tree | b8d90226557bc42bea522356b3ff40c462936beb /src/web/docs/api/entities | |
| parent | wip (diff) | |
| download | sharkey-34923888c7f504b95912719e54325cb8633c8cda.tar.gz sharkey-34923888c7f504b95912719e54325cb8633c8cda.tar.bz2 sharkey-34923888c7f504b95912719e54325cb8633c8cda.zip | |
wip
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 abc3f300d2..e62ad84db8 100644 --- a/src/web/docs/api/entities/user.yaml +++ b/src/web/docs/api/entities/user.yaml @@ -75,6 +75,12 @@ props: optional: true desc: ja: "自分がこのユーザーにフォローされているか" + - name: "is_muted" + type: "boolean" + optional: true + desc: + ja: "自分がこのユーザーをミュートしているか" + en: "Whether you muted this user" - name: "last_used_at" type: "date" optional: false |