# File lib/fog/brightbox/requests/compute/unlock_resource_image.rb, line 13
        def unlock_resource_image(identifier, options = {})
          return nil if identifier.nil? || identifier == ""
          wrapped_request("put", "/1.0/images/#{identifier}/unlock_resource", [200], options)
        end