Skip to content

Commit 9124ab7

Browse files
Merge pull request #58 from mxenabled/bm/change_variable
Change variable
2 parents bdc4bc6 + a8af9d3 commit 9124ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi/templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ user_create_request_body = MxPlatformRuby::UserCreateRequestBody.new(
5858
)
5959

6060
begin
61-
result = api_instance.create_user(user_create_request_body)
61+
result = mx_platform_api.create_user(user_create_request_body)
6262
p result
6363
rescue MxPlatformRuby::ApiError => e
6464
puts "Error when calling MxPlatformApi->create_user: #{e}"

0 commit comments

Comments
 (0)