File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "in" : " query" ,
3939 "name" : " limit" ,
4040 "schema" : {
41- "default" : " 10 " ,
41+ "default" : 10 ,
4242 "type" : " integer"
4343 }
4444 },
4747 "in" : " query" ,
4848 "name" : " offset" ,
4949 "schema" : {
50- "default" : " 0 " ,
50+ "default" : 0 ,
5151 "type" : " integer"
5252 }
5353 },
128128 "in" : " query" ,
129129 "name" : " limit" ,
130130 "schema" : {
131- "default" : " 10 " ,
131+ "default" : 10 ,
132132 "type" : " integer"
133133 }
134134 },
137137 "in" : " query" ,
138138 "name" : " offset" ,
139139 "schema" : {
140- "default" : " 0 " ,
140+ "default" : 0 ,
141141 "type" : " integer"
142142 }
143143 },
218218 "in" : " query" ,
219219 "name" : " limit" ,
220220 "schema" : {
221- "default" : " 10 " ,
221+ "default" : 10 ,
222222 "type" : " integer"
223223 }
224224 },
255255 "in" : " query" ,
256256 "name" : " offset" ,
257257 "schema" : {
258- "default" : " 0 " ,
258+ "default" : 0 ,
259259 "type" : " integer"
260260 }
261261 },
378378 "in" : " query" ,
379379 "name" : " limit" ,
380380 "schema" : {
381- "default" : " 25 " ,
381+ "default" : 25 ,
382382 "type" : " integer"
383383 }
384384 },
387387 "in" : " query" ,
388388 "name" : " offset" ,
389389 "schema" : {
390- "default" : " 0 " ,
390+ "default" : 0 ,
391391 "type" : " integer"
392392 }
393393 },
473473 "in" : " query" ,
474474 "name" : " limit" ,
475475 "schema" : {
476- "default" : " 25 " ,
476+ "default" : 25 ,
477477 "type" : " integer"
478478 }
479479 },
482482 "in" : " query" ,
483483 "name" : " offset" ,
484484 "schema" : {
485- "default" : " 0 " ,
485+ "default" : 0 ,
486486 "type" : " integer"
487487 }
488488 },
12121212 },
12131213 "info" : {
12141214 "title" : " Movable Type Data API" ,
1215- "version" : " 9.0.4 "
1215+ "version" : " 9.1.0 "
12161216 },
12171217 "openapi" : " 3.0.0" ,
12181218 "paths" : {
Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ externalDocs:
10081008 url : https://www.movabletype.jp/developers/data-api/
10091009info :
10101010 title : Movable Type Data API
1011- version : 9.0.4
1011+ version : 9.1.0
10121012openapi : 3.0.0
10131013paths :
10141014 / :
You can’t perform that action at this time.
0 commit comments