Skip to content

Commit b6760ba

Browse files
committed
定義書更新
1 parent 890b037 commit b6760ba

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/cuculus-openapi.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,30 @@ paths:
8484
in: path
8585
schema:
8686
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+
required: false
99+
in: query
100+
example: '26439435541307392'
101+
description: 以降
102+
schema:
103+
type: string
104+
- name: until_id
105+
required: false
106+
in: query
107+
example: '26439435541307392'
108+
description: 以前
109+
schema:
110+
type: string
87111
responses:
88112
'200':
89113
description: 投稿一覧

0 commit comments

Comments
 (0)