ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.204.1

This commit is contained in:
speakeasybot
2024-03-08 01:11:10 +00:00
parent 297fdfa677
commit a19df2f413
40 changed files with 1207 additions and 991 deletions

View File

@@ -29,9 +29,10 @@ s = plex_api.PlexAPI(
res = s.authentication.get_transient_token(type=operations.GetTransientTokenQueryParamType.DELEGATION, scope=operations.Scope.ALL)
if res.status_code == 200:
if res is not None:
# handle response
pass
```
### Parameters
@@ -70,9 +71,10 @@ s = plex_api.PlexAPI(
res = s.authentication.get_source_connection_information(source='server://client-identifier')
if res.status_code == 200:
if res is not None:
# handle response
pass
```
### Parameters