lib/patch_ruby/configuration.rb in patch_ruby-1.15.2 vs lib/patch_ruby/configuration.rb in patch_ruby-1.16.0

- old
+ new

@@ -2,11 +2,11 @@ #Patch API V1 #The core API used to integrate with Patch's service The version of the OpenAPI document: v1 -Contact: developers@usepatch.com +Contact: engineering@usepatch.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end @@ -227,15 +227,15 @@ # Returns an array of Server setting def server_settings [ { - url: "https://{defaultHost}", + url: "{defaultUrl}", description: "No description provided", variables: { - defaultHost: { + defaultUrl: { description: "No description provided", - default_value: "api.patch.io", + default_value: "https://api.patch.io", } } } ] end