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