We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890b037 commit b6760baCopy full SHA for b6760ba
docs/cuculus-openapi.yaml
@@ -84,6 +84,30 @@ paths:
84
in: path
85
schema:
86
type: number
87
+ - name: limit
88
+ required: false
89
+ in: query
90
+ example: 20
91
+ description: 取得件数
92
+ schema:
93
+ minimum: 1
94
+ maximum: 40
95
+ default: 20
96
+ type: number
97
+ - name: since_id
98
99
100
+ example: '26439435541307392'
101
+ description: 以降
102
103
+ type: string
104
+ - name: until_id
105
106
107
108
+ description: 以前
109
110
111
responses:
112
'200':
113
description: 投稿一覧
0 commit comments