mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Update API docs to mention enabling api_sql while Tautulli is shut down
This commit is contained in:
parent
752c7badd2
commit
a4eda99a4a
2 changed files with 2 additions and 2 deletions
2
API.md
2
API.md
|
@ -2774,7 +2774,7 @@ Returns:
|
|||
### sql
|
||||
Query the Tautulli database with raw SQL. Automatically makes a backup of
|
||||
the database if the latest backup is older then 24h. `api_sql` must be
|
||||
manually enabled in the config file.
|
||||
manually enabled in the config file while Tautulli is shut down.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
|
|
|
@ -292,7 +292,7 @@ class API2:
|
|||
def sql(self, query=''):
|
||||
""" Query the Tautulli database with raw SQL. Automatically makes a backup of
|
||||
the database if the latest backup is older then 24h. `api_sql` must be
|
||||
manually enabled in the config file.
|
||||
manually enabled in the config file while Tautulli is shut down.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue