Update documentation for stats APIs to indicate handling of ID lists

This commit is contained in:
Tom Niget 2023-06-21 17:13:43 +02:00
commit 669788a045

View file

@ -2258,7 +2258,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2302,7 +2302,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2346,7 +2346,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2390,7 +2390,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of months of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2434,7 +2434,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2478,7 +2478,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2522,7 +2522,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2565,7 +2565,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2608,7 +2608,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2651,7 +2651,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns:
@ -2694,7 +2694,7 @@ class WebInterface(object):
Optional parameters:
time_range (str): The number of days of data to return
y_axis (str): "plays" or "duration"
user_id (str): The user id to filter the data
user_id (str): Comma separated list of user id to filter the data
grouping (int): 0 or 1
Returns: