We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9832479 + 7434837 commit 1333f95Copy full SHA for 1333f95
openapi/templates/README.mustache
@@ -51,7 +51,7 @@ configuration = mx_platform_python.Configuration(
51
host = 'https://int-api.mx.com'
52
)
53
54
-with mx_platform_python.ApiClient(configuration) as api_client:
+with mx_platform_python.ApiClient(configuration, "Accept", "application/vnd.mx.api.v1+json") as api_client:
55
api_instance = mx_platform_api.MxPlatformApi(api_client)
56
user_create_request_body = UserCreateRequestBody(
57
user = UserCreateRequest(
0 commit comments