mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update doc strings for edit_user and edit_library for required params
* Fixes #1432
This commit is contained in:
parent
897f415695
commit
6c34e2cb22
1 changed files with 6 additions and 4 deletions
|
@ -644,12 +644,13 @@ class WebInterface(object):
|
|||
```
|
||||
Required parameters:
|
||||
section_id (str): The id of the Plex library section
|
||||
|
||||
Optional parameters:
|
||||
custom_thumb (str): The URL for the custom library thumbnail
|
||||
custom_art (str): The URL for the custom library background art
|
||||
keep_history (int): 0 or 1
|
||||
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
None
|
||||
```
|
||||
|
@ -1370,13 +1371,14 @@ class WebInterface(object):
|
|||
```
|
||||
Required parameters:
|
||||
user_id (str): The id of the Plex user
|
||||
|
||||
Optional paramters:
|
||||
friendly_name(str): The friendly name of the user
|
||||
custom_thumb (str): The URL for the custom user thumbnail
|
||||
keep_history (int): 0 or 1
|
||||
allow_guest (int): 0 or 1
|
||||
|
||||
Optional paramters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
None
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue