ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.202.0

This commit is contained in:
speakeasybot
2024-03-07 00:24:34 +00:00
parent 6748e94a9a
commit 8255f7d4bc
342 changed files with 3903 additions and 2487 deletions

View File

@@ -56,9 +56,7 @@ The server URL can also be overridden on a per-operation basis, provided a serve
```python
import plex_api
s = plex_api.PlexAPI(
access_token="<YOUR_API_KEY_HERE>",
)
s = plex_api.PlexAPI()
res = s.plex.get_pin(server_url="https://plex.tv/api/v2", x_plex_client_identifier='<value>', strong=False)