mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add onesignal_id to register device API
This commit is contained in:
parent
0272c35047
commit
36324d10dc
6 changed files with 38 additions and 21 deletions
5
API.md
5
API.md
|
@ -2674,11 +2674,12 @@ Registers the Tautulli Android App for notifications.
|
|||
|
||||
```
|
||||
Required parameters:
|
||||
device_name (str): The device name of the Tautulli Android App
|
||||
device_id (str): The OneSignal device id of the Tautulli Android App
|
||||
device_id (str): The unique device identifier for the mobile device
|
||||
device_name (str): The device name of the mobile device
|
||||
|
||||
Optional parameters:
|
||||
friendly_name (str): A friendly name to identify the mobile device
|
||||
onesignal_id (str): The OneSignal id for the mobile device
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue