ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.277.4

This commit is contained in:
speakeasybot
2024-05-02 00:31:36 +00:00
parent 6748e94a9a
commit b9bdd2e31f
385 changed files with 4445 additions and 2632 deletions

View File

@@ -8,6 +8,6 @@ import requests
http_client = requests.Session()
http_client.headers.update({'x-custom-header': 'someValue'})
s = plex_api.PlexAPI(client: http_client)
s = plex_api.PlexAPI(client=http_client)
```
{/* End Python Custom HTTP Client */}