ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.241.0

This commit is contained in:
speakeasybot
2024-04-08 00:33:09 +00:00
parent 6748e94a9a
commit ac6ed0d2ac
384 changed files with 4348 additions and 2549 deletions

View File

@@ -11,6 +11,7 @@ from plex_api.models import errors
s = plex_api.PlexAPI(
access_token="<YOUR_API_KEY_HERE>",
x_plex_client_identifier='<value>',
)
@@ -27,6 +28,7 @@ except errors.SDKError as e:
if res.object is not None:
# handle response
pass
```
{/* End Python Errors */}