Skip to content

Commit a1c1766

Browse files
committed
Update src
1 parent f77c242 commit a1c1766

15 files changed

Lines changed: 46871 additions & 23 deletions

File tree

download-openapi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
for v in v1 v2 v3 v4 v5 v6; do \
3+
for v in v1 v2 v3 v4 v5 v6 v7; do \
44
curl -s http://192.168.58.25/cgi-bin/mt/mt-data-api.cgi/${v}/ \
55
| jq '.servers[0].url = "https://example.com/mt/mt-data-api.cgi/v1"' \
66
| jq -S . > src/openapi/${v}.json; \

src/openapi/v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
},
982982
"info": {
983983
"title": "Movable Type Data API",
984-
"version": "8.5.1"
984+
"version": "8.6.0"
985985
},
986986
"openapi": "3.0.0",
987987
"paths": {

src/openapi/v1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ externalDocs:
775775
url: https://www.movabletype.jp/developers/data-api/
776776
info:
777777
title: Movable Type Data API
778-
version: 8.5.1
778+
version: 8.6.0
779779
openapi: 3.0.0
780780
paths:
781781
/:
@@ -3063,3 +3063,4 @@ tags:
30633063
- name: Authentication
30643064
- name: Common API
30653065
- name: Endpoints
3066+

src/openapi/v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4702,7 +4702,7 @@
47024702
},
47034703
"info": {
47044704
"title": "Movable Type Data API",
4705-
"version": "8.5.1"
4705+
"version": "8.6.0"
47064706
},
47074707
"openapi": "3.0.0",
47084708
"paths": {
@@ -22449,7 +22449,7 @@
2244922449
},
2245022450
"servers": [
2245122451
{
22452-
"url": "https://example.com/mt/mt-data-api.cgi/v2"
22452+
"url": "https://example.com/mt/mt-data-api.cgi/v1"
2245322453
}
2245422454
],
2245522455
"tags": [

src/openapi/v2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,7 @@ externalDocs:
37473747
url: https://www.movabletype.jp/developers/data-api/
37483748
info:
37493749
title: Movable Type Data API
3750-
version: 8.5.1
3750+
version: 8.6.0
37513751
openapi: 3.0.0
37523752
paths:
37533753
/:
@@ -15347,8 +15347,9 @@ paths:
1534715347
tags:
1534815348
- Common API
1534915349
servers:
15350-
- url: https://example.com/mt/mt-data-api.cgi/v2
15350+
- url: https://example.com/mt/mt-data-api.cgi/v1
1535115351
tags:
1535215352
- name: Authentication
1535315353
- name: Common API
1535415354
- name: Endpoints
15355+

src/openapi/v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5235,7 +5235,7 @@
52355235
},
52365236
"info": {
52375237
"title": "Movable Type Data API",
5238-
"version": "8.5.1"
5238+
"version": "8.6.0"
52395239
},
52405240
"openapi": "3.0.0",
52415241
"paths": {
@@ -23400,7 +23400,7 @@
2340023400
},
2340123401
"servers": [
2340223402
{
23403-
"url": "https://example.com/mt/mt-data-api.cgi/v3"
23403+
"url": "https://example.com/mt/mt-data-api.cgi/v1"
2340423404
}
2340523405
],
2340623406
"tags": [

src/openapi/v3.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4146,7 +4146,7 @@ externalDocs:
41464146
url: https://www.movabletype.jp/developers/data-api/
41474147
info:
41484148
title: Movable Type Data API
4149-
version: 8.5.1
4149+
version: 8.6.0
41504150
openapi: 3.0.0
41514151
paths:
41524152
/:
@@ -15904,8 +15904,9 @@ paths:
1590415904
tags:
1590515905
- Common API
1590615906
servers:
15907-
- url: https://example.com/mt/mt-data-api.cgi/v3
15907+
- url: https://example.com/mt/mt-data-api.cgi/v1
1590815908
tags:
1590915909
- name: Authentication
1591015910
- name: Common API
1591115911
- name: Endpoints
15912+

src/openapi/v4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6135,7 +6135,7 @@
61356135
},
61366136
"info": {
61376137
"title": "Movable Type Data API",
6138-
"version": "8.5.1"
6138+
"version": "8.6.0"
61396139
},
61406140
"openapi": "3.0.0",
61416141
"paths": {
@@ -27744,7 +27744,7 @@
2774427744
},
2774527745
"servers": [
2774627746
{
27747-
"url": "https://example.com/mt/mt-data-api.cgi/v4"
27747+
"url": "https://example.com/mt/mt-data-api.cgi/v1"
2774827748
}
2774927749
],
2775027750
"tags": [

src/openapi/v4.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4845,7 +4845,7 @@ externalDocs:
48454845
url: https://www.movabletype.jp/developers/data-api/
48464846
info:
48474847
title: Movable Type Data API
4848-
version: 8.5.1
4848+
version: 8.6.0
48494849
openapi: 3.0.0
48504850
paths:
48514851
/:
@@ -18976,8 +18976,9 @@ paths:
1897618976
tags:
1897718977
- Common API
1897818978
servers:
18979-
- url: https://example.com/mt/mt-data-api.cgi/v4
18979+
- url: https://example.com/mt/mt-data-api.cgi/v1
1898018980
tags:
1898118981
- name: Authentication
1898218982
- name: Common API
1898318983
- name: Endpoints
18984+

src/openapi/v5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6178,7 +6178,7 @@
61786178
},
61796179
"info": {
61806180
"title": "Movable Type Data API",
6181-
"version": "8.5.1"
6181+
"version": "8.6.0"
61826182
},
61836183
"openapi": "3.0.0",
61846184
"paths": {
@@ -27762,7 +27762,7 @@
2776227762
},
2776327763
"servers": [
2776427764
{
27765-
"url": "https://example.com/mt/mt-data-api.cgi/v5"
27765+
"url": "https://example.com/mt/mt-data-api.cgi/v1"
2776627766
}
2776727767
],
2776827768
"tags": [

0 commit comments

Comments
 (0)