Skip to content

Commit 9600c81

Browse files
Merge pull request #5 from mxenabled/bm/update_generator
Update generator
2 parents a70e50a + be3aef3 commit 9600c81

File tree

117 files changed

+655
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+655
-162
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

docs/MxPlatformApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ void (empty response body)
11611161
### HTTP request headers
11621162

11631163
- **Content-Type**: Not defined
1164-
- **Accept**: application/vnd.mx.api.v1+json
1164+
- **Accept**: Not defined
11651165

11661166

11671167
### HTTP response details
@@ -1241,7 +1241,7 @@ void (empty response body)
12411241
### HTTP request headers
12421242

12431243
- **Content-Type**: Not defined
1244-
- **Accept**: application/vnd.mx.api.v1+json
1244+
- **Accept**: Not defined
12451245

12461246

12471247
### HTTP response details
@@ -1319,7 +1319,7 @@ void (empty response body)
13191319
### HTTP request headers
13201320

13211321
- **Content-Type**: Not defined
1322-
- **Accept**: application/vnd.mx.api.v1+json
1322+
- **Accept**: Not defined
13231323

13241324

13251325
### HTTP response details
@@ -1399,7 +1399,7 @@ void (empty response body)
13991399
### HTTP request headers
14001400

14011401
- **Content-Type**: Not defined
1402-
- **Accept**: application/vnd.mx.api.v1+json
1402+
- **Accept**: Not defined
14031403

14041404

14051405
### HTTP response details
@@ -1477,7 +1477,7 @@ void (empty response body)
14771477
### HTTP request headers
14781478

14791479
- **Content-Type**: Not defined
1480-
- **Accept**: application/vnd.mx.api.v1+json
1480+
- **Accept**: Not defined
14811481

14821482

14831483
### HTTP response details
@@ -1555,7 +1555,7 @@ void (empty response body)
15551555
### HTTP request headers
15561556

15571557
- **Content-Type**: Not defined
1558-
- **Accept**: application/vnd.mx.api.v1+json
1558+
- **Accept**: Not defined
15591559

15601560

15611561
### HTTP response details
@@ -1633,7 +1633,7 @@ void (empty response body)
16331633
### HTTP request headers
16341634

16351635
- **Content-Type**: Not defined
1636-
- **Accept**: application/vnd.mx.api.v1+json
1636+
- **Accept**: Not defined
16371637

16381638

16391639
### HTTP response details
@@ -1711,7 +1711,7 @@ void (empty response body)
17111711
### HTTP request headers
17121712

17131713
- **Content-Type**: Not defined
1714-
- **Accept**: application/vnd.mx.api.v1+json
1714+
- **Accept**: Not defined
17151715

17161716

17171717
### HTTP response details
@@ -1787,7 +1787,7 @@ void (empty response body)
17871787
### HTTP request headers
17881788

17891789
- **Content-Type**: Not defined
1790-
- **Accept**: application/vnd.mx.api.v1+json
1790+
- **Accept**: Not defined
17911791

17921792

17931793
### HTTP response details

mx_platform_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212

13-
__version__ = "0.3.0"
13+
__version__ = "0.4.0"
1414

1515
# import ApiClient
1616
from mx_platform_python.api_client import ApiClient

0 commit comments

Comments
 (0)