ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0

This commit is contained in:
speakeasybot
2025-08-06 00:02:39 +00:00
parent 0d8451f5b2
commit 41d23df5b5
133 changed files with 3915 additions and 4470 deletions

View File

@@ -20,6 +20,7 @@ This endpoint provides the caller with a temporary token with the same access le
### Example Usage
<!-- UsageSnippet language="python" operationID="getTransientToken" method="get" path="/security/token" -->
```python
from plex_api_client import PlexAPI
from plex_api_client.models import operations
@@ -66,6 +67,7 @@ Note: requires Plex Media Server >= 1.15.4.
### Example Usage
<!-- UsageSnippet language="python" operationID="getSourceConnectionInformation" method="get" path="/security/resources" -->
```python
from plex_api_client import PlexAPI
@@ -108,6 +110,7 @@ Get the User data from the provided X-Plex-Token
### Example Usage
<!-- UsageSnippet language="python" operationID="getTokenDetails" method="get" path="/user" -->
```python
from plex_api_client import PlexAPI
@@ -150,6 +153,7 @@ Sign in user with username and password and return user data with Plex authentic
### Example Usage
<!-- UsageSnippet language="python" operationID="post-users-sign-in-data" method="post" path="/users/signin" -->
```python
from plex_api_client import PlexAPI