We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc4bc6 + a8af9d3 commit 9124ab7Copy full SHA for 9124ab7
1 file changed
openapi/templates/README.mustache
@@ -58,7 +58,7 @@ user_create_request_body = MxPlatformRuby::UserCreateRequestBody.new(
58
)
59
60
begin
61
- result = api_instance.create_user(user_create_request_body)
+ result = mx_platform_api.create_user(user_create_request_body)
62
p result
63
rescue MxPlatformRuby::ApiError => e
64
puts "Error when calling MxPlatformApi->create_user: #{e}"
0 commit comments