mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Ability to stop a stream using session key
This commit is contained in:
parent
c18ee81130
commit
8c0bcd0059
6 changed files with 46 additions and 12 deletions
8
API.md
8
API.md
|
@ -2624,15 +2624,15 @@ Returns:
|
|||
|
||||
|
||||
### terminate_session
|
||||
Add a new notification agent.
|
||||
Stop a streaming session.
|
||||
|
||||
```
|
||||
Required parameters:
|
||||
session_id (str): The id of the session to terminate
|
||||
message (str): A custom message to send to the client
|
||||
session_key (int): The session key of the session to terminate, OR
|
||||
session_id (str): The session id of the session to terminate
|
||||
|
||||
Optional parameters:
|
||||
None
|
||||
message (str): A custom message to send to the client
|
||||
|
||||
Returns:
|
||||
None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue