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