diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-21 02:20:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-21 02:20:02 +0900 |
| commit | c378e5fc946722d6e8a88bcf6a47109c31d70116 (patch) | |
| tree | e9517af381c4638679f1434bd02c14185fec7f3f /src/web/docs/api/endpoints | |
| parent | Update api.ja.pug (diff) | |
| download | sharkey-c378e5fc946722d6e8a88bcf6a47109c31d70116.tar.gz sharkey-c378e5fc946722d6e8a88bcf6a47109c31d70116.tar.bz2 sharkey-c378e5fc946722d6e8a88bcf6a47109c31d70116.zip | |
#1021
Diffstat (limited to 'src/web/docs/api/endpoints')
| -rw-r--r-- | src/web/docs/api/endpoints/posts/timeline.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/docs/api/endpoints/posts/timeline.yaml b/src/web/docs/api/endpoints/posts/timeline.yaml index e1d78c082e..01976b0611 100644 --- a/src/web/docs/api/endpoints/posts/timeline.yaml +++ b/src/web/docs/api/endpoints/posts/timeline.yaml @@ -15,7 +15,7 @@ params: optional: true desc: ja: "指定すると、この投稿を基点としてより新しい投稿を取得します" - - name: "max_id" + - name: "until_id" type: "id(Post)" optional: true desc: @@ -25,7 +25,7 @@ params: optional: true desc: ja: "指定した時間を基点としてより新しい投稿を取得します。数値は、1970 年 1 月 1 日 00:00:00 UTC から指定した日時までの経過時間をミリ秒単位で表します。" - - name: "max_date" + - name: "until_date" type: "number" optional: true desc: |