Update doc strings for edit_user and edit_library for required params

* Fixes #1432
This commit is contained in:
JonnyWong16 2021-05-06 18:46:32 -07:00
parent 897f415695
commit 6c34e2cb22
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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
```