lib/auth0/api/v1/clients.rb in auth0-3.2.0 vs lib/auth0/api/v1/clients.rb in auth0-3.3.0

- old
+ new

@@ -22,10 +22,10 @@ end # @deprecated use {#patch_client} # {https://auth0.com/docs/api#!#put--api-clients--client-id-} def update_client(name, callbacks="", client_id=@client_id) - warn "This endpoint has been deprecated in favor of PUT." + warn "This endpoint has been deprecated in favor of PATCH." path = "/api/clients/#{client_id}" request_params = { name: name, callbacks: callbacks }