ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.285.0

This commit is contained in:
speakeasybot
2024-05-08 18:15:52 +00:00
parent 0547d77a9a
commit d2452a47fc
62 changed files with 879 additions and 1498 deletions

View File

@@ -38,7 +38,6 @@ s = plex_api.PlexAPI(
x_plex_client_identifier='Postman',
)
res = s.search.perform_search(query='dylan', section_id=1516.53, limit=5)
if res is not None:
@@ -84,7 +83,6 @@ s = plex_api.PlexAPI(
x_plex_client_identifier='Postman',
)
res = s.search.perform_voice_search(query='dead+poop', section_id=4094.8, limit=5)
if res is not None:
@@ -126,7 +124,6 @@ s = plex_api.PlexAPI(
x_plex_client_identifier='Postman',
)
res = s.search.get_search_results(query='110')
if res.object is not None: