summaryrefslogtreecommitdiff
path: root/src/web/docs/api/endpoints/posts/timeline.yaml
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-28 16:46:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-28 16:46:11 +0900
commit1acc30822d869fcd4edf70fd8a8dca72f21c8730 (patch)
tree1c452aa0bf777f1cce35b3f21535ee698d3d151e /src/web/docs/api/endpoints/posts/timeline.yaml
parentwip (diff)
downloadsharkey-1acc30822d869fcd4edf70fd8a8dca72f21c8730.tar.gz
sharkey-1acc30822d869fcd4edf70fd8a8dca72f21c8730.tar.bz2
sharkey-1acc30822d869fcd4edf70fd8a8dca72f21c8730.zip
wip
Diffstat (limited to 'src/web/docs/api/endpoints/posts/timeline.yaml')
-rw-r--r--src/web/docs/api/endpoints/posts/timeline.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/web/docs/api/endpoints/posts/timeline.yaml b/src/web/docs/api/endpoints/posts/timeline.yaml
index 01976b0611..9c44dd736a 100644
--- a/src/web/docs/api/endpoints/posts/timeline.yaml
+++ b/src/web/docs/api/endpoints/posts/timeline.yaml
@@ -10,22 +10,22 @@ params:
optional: true
desc:
ja: "取得する最大の数"
- - name: "since_id"
+ - name: "sinceId"
type: "id(Post)"
optional: true
desc:
ja: "指定すると、この投稿を基点としてより新しい投稿を取得します"
- - name: "until_id"
+ - name: "untilId"
type: "id(Post)"
optional: true
desc:
ja: "指定すると、この投稿を基点としてより古い投稿を取得します"
- - name: "since_date"
+ - name: "sinceDate"
type: "number"
optional: true
desc:
ja: "指定した時間を基点としてより新しい投稿を取得します。数値は、1970 年 1 月 1 日 00:00:00 UTC から指定した日時までの経過時間をミリ秒単位で表します。"
- - name: "until_date"
+ - name: "untilDate"
type: "number"
optional: true
desc: