mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Add import_config to API docs
This commit is contained in:
parent
c52292962d
commit
acfbb0e96d
1 changed files with 23 additions and 0 deletions
23
API.md
23
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue