mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Add plays graph grouping to API docs
This commit is contained in:
parent
836c4293d6
commit
2d56ac027b
2 changed files with 2 additions and 0 deletions
1
API.md
1
API.md
|
@ -1313,6 +1313,7 @@ Required parameters:
|
||||||
None
|
None
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
grouping (int): 0 or 1
|
||||||
time_range (str): The number of days of data to return
|
time_range (str): The number of days of data to return
|
||||||
y_axis (str): "plays" or "duration"
|
y_axis (str): "plays" or "duration"
|
||||||
user_id (str): The user id to filter the data
|
user_id (str): The user id to filter the data
|
||||||
|
|
|
@ -1807,6 +1807,7 @@ class WebInterface(object):
|
||||||
None
|
None
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
grouping (int): 0 or 1
|
||||||
time_range (str): The number of days of data to return
|
time_range (str): The number of days of data to return
|
||||||
y_axis (str): "plays" or "duration"
|
y_axis (str): "plays" or "duration"
|
||||||
user_id (str): The user id to filter the data
|
user_id (str): The user id to filter the data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue