From acfbb0e96dceff29f48dbca08ac1901a7502f99a Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 2 Aug 2020 10:18:25 -0700 Subject: [PATCH] Add import_config to API docs --- API.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/API.md b/API.md index f7b70089..995b2b6f 100644 --- a/API.md +++ b/API.md @@ -2555,6 +2555,29 @@ Returns: ``` +### import_config +Import a Tautulli config file. + +``` +Required parameters: + config_file (file): The config file to import (multipart/form-data) + or + config_path (str): The full path to the config file to import + + +Optional parameters: + backup (bool): true or false whether to backup + the current config before importing + +Returns: + json: + {"result": "success", + "message": "Config import has started. Check the logs to monitor any problems. " + "Tautulli will restart automatically." + } +``` + + ### import_database Import a Tautulli, PlexWatch, or Plexivity database into Tautulli.