summaryrefslogtreecommitdiff
path: root/src/web/docs/api/endpoints/posts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/docs/api/endpoints/posts')
-rw-r--r--src/web/docs/api/endpoints/posts/timeline.yaml4
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: