mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.0
This commit is contained in:
@@ -550,7 +550,7 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
res = s.library.get_metadata_children(rating_key=1539.15, include_elements="<value>")
|
||||
res = s.library.get_metadata_children(rating_key=1539.14, include_elements="<value>")
|
||||
|
||||
if ! res.object.nil?
|
||||
# handle response
|
||||
|
||||
@@ -92,9 +92,9 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
req = "level=4&message=Test%20message%201&source=postman
|
||||
level=3&message=Test%20message%202&source=postman
|
||||
level=1&message=Test%20message%203&source=postman"
|
||||
req = "level=4&message=Test%20message%201&source=postman\n" +
|
||||
"level=3&message=Test%20message%202&source=postman\n" +
|
||||
"level=1&message=Test%20message%203&source=postman"
|
||||
|
||||
res = s.log.log_multi_line(req)
|
||||
|
||||
|
||||
@@ -206,7 +206,7 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
res = s.playlists.update_playlist(playlist_id=3915.00, title="<value>", summary="<value>")
|
||||
res = s.playlists.update_playlist(playlist_id=3915.0, title="<value>", summary="<value>")
|
||||
|
||||
if res.status_code == 200
|
||||
# handle response
|
||||
@@ -330,7 +330,7 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
res = s.playlists.add_playlist_contents(playlist_id=8502.00, uri="server://12345/com.plexapp.plugins.library/library/metadata/1", play_queue_id=123.0)
|
||||
res = s.playlists.add_playlist_contents(playlist_id=8502.01, uri="server://12345/com.plexapp.plugins.library/library/metadata/1", play_queue_id=123.0)
|
||||
|
||||
if ! res.object.nil?
|
||||
# handle response
|
||||
|
||||
@@ -42,7 +42,7 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
res = s.search.perform_search(query="dylan", section_id=9372.69, limit=5.0)
|
||||
res = s.search.perform_search(query="dylan", section_id=9372.7, limit=5.0)
|
||||
|
||||
if res.status_code == 200
|
||||
# handle response
|
||||
@@ -86,7 +86,7 @@ s.config_security(
|
||||
)
|
||||
|
||||
|
||||
res = s.search.perform_voice_search(query="dead+poop", section_id=4094.80, limit=5.0)
|
||||
res = s.search.perform_voice_search(query="dead+poop", section_id=4094.8, limit=5.0)
|
||||
|
||||
if res.status_code == 200
|
||||
# handle response
|
||||
|
||||
Reference in New Issue
Block a user