def new_config(self, config):
        """Sets new config"""
        return self.api_call(ENDPOINTS["config"]["new"], config)