ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4

This commit is contained in:
speakeasybot
2025-03-10 00:08:34 +00:00
parent bec460dcc6
commit 475cde2751
107 changed files with 862 additions and 1730 deletions

View File

@@ -641,25 +641,6 @@ actions:
if ! res.bytes.nil?
# handle response
end
- target: $["paths"]["/library/onDeck"]["get"]
update:
x-codeSamples:
- lang: ruby
label: getOnDeck
source: |-
require 'plex_ruby_sdk'
s = ::PlexRubySDK::PlexAPI.new(
security: ::PlexRubySDK::Shared::Security.new(
access_token: "<YOUR_API_KEY_HERE>",
),
)
res = s.library.get_on_deck()
if ! res.object.nil?
# handle response
end
- target: $["paths"]["/library/recentlyAdded"]["get"]
update:
x-codeSamples: