Skip to content

Commit

Permalink
Merge pull request #5 from mxenabled/bm/update_generator
Browse files Browse the repository at this point in the history
Update generator
  • Loading branch information
brettmortensen authored Jan 14, 2022
2 parents a70e50a + be3aef3 commit 9600c81
Show file tree
Hide file tree
Showing 117 changed files with 655 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1
18 changes: 9 additions & 9 deletions docs/MxPlatformApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1241,7 +1241,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1319,7 +1319,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1399,7 +1399,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1477,7 +1477,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1555,7 +1555,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1633,7 +1633,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1711,7 +1711,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down Expand Up @@ -1787,7 +1787,7 @@ void (empty response body)
### HTTP request headers

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


### HTTP response details
Expand Down
2 changes: 1 addition & 1 deletion mx_platform_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""


__version__ = "0.3.0"
__version__ = "0.4.0"

# import ApiClient
from mx_platform_python.api_client import ApiClient
Expand Down
Loading

0 comments on commit 9600c81

Please sign in to comment.