docs/OIDCApi.md in budgea_client-1.4.4 vs docs/OIDCApi.md in budgea_client-2.0.0

- old
+ new

@@ -31,11 +31,11 @@ api_instance = BudgeaClient::OIDCApi.new id_whitelist = 56 # Integer | opts = { - expand: "expand_example" # String | + expand: 'expand_example' # String | } begin #Delete the supplied authorized redirect uri result = api_instance.oidc_whitelist_id_whitelist_delete(id_whitelist, opts) @@ -88,14 +88,14 @@ api_instance = BudgeaClient::OIDCApi.new id_whitelist = 56 # Integer | -redirect_uri = "redirect_uri_example" # String | new authorized redirect uri +redirect_uri = 'redirect_uri_example' # String | new authorized redirect uri opts = { - expand: "expand_example" # String | + expand: 'expand_example' # String | } begin #Edit a authorized redirect uri result = api_instance.oidc_whitelist_id_whitelist_post(id_whitelist, redirect_uri, opts) @@ -147,13 +147,13 @@ #config.api_key_prefix['Authorization'] = 'Bearer' end api_instance = BudgeaClient::OIDCApi.new -redirect_uri = "redirect_uri_example" # String | authorized redirect uri to be created +redirect_uri = 'redirect_uri_example' # String | authorized redirect uri to be created opts = { - expand: "expand_example" # String | + expand: 'expand_example' # String | } begin #Adds an authorized redirect uri result = api_instance.oidc_whitelist_post(redirect_uri, opts)