Skip to content

Commit eaf9968

Browse files
committed
Fix api verion in servers
1 parent a1c1766 commit eaf9968

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/openapi/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22449,7 +22449,7 @@
2244922449
},
2245022450
"servers": [
2245122451
{
22452-
"url": "https://example.com/mt/mt-data-api.cgi/v1"
22452+
"url": "https://example.com/mt/mt-data-api.cgi/v2"
2245322453
}
2245422454
],
2245522455
"tags": [

src/openapi/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15347,7 +15347,7 @@ paths:
1534715347
tags:
1534815348
- Common API
1534915349
servers:
15350-
- url: https://example.com/mt/mt-data-api.cgi/v1
15350+
- url: https://example.com/mt/mt-data-api.cgi/v2
1535115351
tags:
1535215352
- name: Authentication
1535315353
- name: Common API

src/openapi/v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23400,7 +23400,7 @@
2340023400
},
2340123401
"servers": [
2340223402
{
23403-
"url": "https://example.com/mt/mt-data-api.cgi/v1"
23403+
"url": "https://example.com/mt/mt-data-api.cgi/v3"
2340423404
}
2340523405
],
2340623406
"tags": [

src/openapi/v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15904,7 +15904,7 @@ paths:
1590415904
tags:
1590515905
- Common API
1590615906
servers:
15907-
- url: https://example.com/mt/mt-data-api.cgi/v1
15907+
- url: https://example.com/mt/mt-data-api.cgi/v3
1590815908
tags:
1590915909
- name: Authentication
1591015910
- name: Common API

src/openapi/v4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27744,7 +27744,7 @@
2774427744
},
2774527745
"servers": [
2774627746
{
27747-
"url": "https://example.com/mt/mt-data-api.cgi/v1"
27747+
"url": "https://example.com/mt/mt-data-api.cgi/v4"
2774827748
}
2774927749
],
2775027750
"tags": [

src/openapi/v4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18976,7 +18976,7 @@ paths:
1897618976
tags:
1897718977
- Common API
1897818978
servers:
18979-
- url: https://example.com/mt/mt-data-api.cgi/v1
18979+
- url: https://example.com/mt/mt-data-api.cgi/v4
1898018980
tags:
1898118981
- name: Authentication
1898218982
- name: Common API

src/openapi/v5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27762,7 +27762,7 @@
2776227762
},
2776327763
"servers": [
2776427764
{
27765-
"url": "https://example.com/mt/mt-data-api.cgi/v1"
27765+
"url": "https://example.com/mt/mt-data-api.cgi/v5"
2776627766
}
2776727767
],
2776827768
"tags": [

src/openapi/v5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18910,7 +18910,7 @@ paths:
1891018910
tags:
1891118911
- Common API
1891218912
servers:
18913-
- url: https://example.com/mt/mt-data-api.cgi/v1
18913+
- url: https://example.com/mt/mt-data-api.cgi/v5
1891418914
tags:
1891518915
- name: Authentication
1891618916
- name: Common API

src/openapi/v6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27770,7 +27770,7 @@
2777027770
},
2777127771
"servers": [
2777227772
{
27773-
"url": "https://example.com/mt/mt-data-api.cgi/v1"
27773+
"url": "https://example.com/mt/mt-data-api.cgi/v6"
2777427774
}
2777527775
],
2777627776
"tags": [

src/openapi/v6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18917,7 +18917,7 @@ paths:
1891718917
tags:
1891818918
- Common API
1891918919
servers:
18920-
- url: https://example.com/mt/mt-data-api.cgi/v1
18920+
- url: https://example.com/mt/mt-data-api.cgi/v6
1892118921
tags:
1892218922
- name: Authentication
1892318923
- name: Common API

0 commit comments

Comments
 (0)