diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 05:07:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 05:07:21 +0900 |
| commit | 5725e39a707af39c0a5118a04282bbaf186ee922 (patch) | |
| tree | 48c06548f05837b3c71571cc7bb1493d4e83e403 /src/web/docs/api/entities/user.yaml | |
| parent | :art: (diff) | |
| download | sharkey-5725e39a707af39c0a5118a04282bbaf186ee922.tar.gz sharkey-5725e39a707af39c0a5118a04282bbaf186ee922.tar.bz2 sharkey-5725e39a707af39c0a5118a04282bbaf186ee922.zip | |
:v:
Diffstat (limited to 'src/web/docs/api/entities/user.yaml')
| -rw-r--r-- | src/web/docs/api/entities/user.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/web/docs/api/entities/user.yaml b/src/web/docs/api/entities/user.yaml index 9b1efd1fe6..abc3f300d2 100644 --- a/src/web/docs/api/entities/user.yaml +++ b/src/web/docs/api/entities/user.yaml @@ -65,6 +65,16 @@ props: desc: ja: "フォローしているユーザーの数" en: "The number of the following users for this user" + - name: "is_following" + type: "boolean" + optional: true + desc: + ja: "自分がこのユーザーをフォローしているか" + - name: "is_followed" + type: "boolean" + optional: true + desc: + ja: "自分がこのユーザーにフォローされているか" - name: "last_used_at" type: "date" optional: false |