diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-16 05:47:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-16 05:47:41 +0900 |
| commit | 1e921a9fd5925d5f30d8152a2988a0a7a4edd9a2 (patch) | |
| tree | c767458d08a8aee3defa96ec7e591a0a1a0de567 /src/docs/api/entities/user.yaml | |
| parent | :art: (diff) | |
| download | misskey-1e921a9fd5925d5f30d8152a2988a0a7a4edd9a2.tar.gz misskey-1e921a9fd5925d5f30d8152a2988a0a7a4edd9a2.tar.bz2 misskey-1e921a9fd5925d5f30d8152a2988a0a7a4edd9a2.zip | |
Update docs
Diffstat (limited to 'src/docs/api/entities/user.yaml')
| -rw-r--r-- | src/docs/api/entities/user.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/docs/api/entities/user.yaml b/src/docs/api/entities/user.yaml index 3328734d2b..22613e02fd 100644 --- a/src/docs/api/entities/user.yaml +++ b/src/docs/api/entities/user.yaml @@ -135,6 +135,7 @@ props: desc: ja: "連携されているTwitterアカウント情報" en: "The info of the connected twitter account of this user" + props: userId: type: "string" @@ -142,6 +143,7 @@ props: desc: ja: "ユーザーID" en: "The user ID" + screenName: type: "string" optional: false @@ -162,6 +164,7 @@ props: desc: ja: "プロフィール" en: "The profile of this user" + props: location: type: "string" @@ -169,6 +172,7 @@ props: desc: ja: "場所" en: "The location of this user" + birthday: type: "string" optional: true |