Update API docs to mention enabling api_sql while Tautulli is shut down

This commit is contained in:
JonnyWong16 2020-04-10 14:44:14 -07:00
parent 752c7badd2
commit a4eda99a4a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 2 additions and 2 deletions

2
API.md
View file

@ -2774,7 +2774,7 @@ Returns:
### sql ### sql
Query the Tautulli database with raw SQL. Automatically makes a backup of 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 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: Required parameters:

View file

@ -292,7 +292,7 @@ class API2:
def sql(self, query=''): def sql(self, query=''):
""" Query the Tautulli database with raw SQL. Automatically makes a backup of """ 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 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: Required parameters: