mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-08 20:47:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.151.0
This commit is contained in:
@@ -9,7 +9,7 @@ s = plex_api.PlexAPI(
|
||||
)
|
||||
|
||||
|
||||
res = s.updater.apply_updates(tonight=operations.Tonight.ZERO, skip=operations.Skip.ONE)
|
||||
res = s.updater.apply_updates(tonight=operations.Tonight.ONE, skip=operations.Skip.ZERO)
|
||||
|
||||
if res.status_code == 200:
|
||||
# handle response
|
||||
|
||||
Reference in New Issue
Block a user