# File lib/fog/brightbox/requests/compute/reset_secret_api_client.rb, line 18 def reset_secret_api_client(identifier) return nil if identifier.nil? || identifier == "" wrapped_request("post", "/1.0/api_clients/#{identifier}/reset_secret", [200]) end