mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 12:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.0
This commit is contained in:
@@ -136,7 +136,7 @@ module PlexRubySDK
|
||||
res = ::PlexRubySDK::Operations::ApplyUpdatesResponse.new(
|
||||
status_code: r.status, content_type: content_type, raw_response: r
|
||||
)
|
||||
if [200, 500].include?(r.status)
|
||||
if r.status == 200
|
||||
elsif r.status == 400
|
||||
if Utils.match_content_type(content_type, 'application/json')
|
||||
out = Utils.unmarshal_complex(r.env.response_body, ::PlexRubySDK::Operations::ApplyUpdatesBadRequest)
|
||||
@@ -147,6 +147,7 @@ module PlexRubySDK
|
||||
out = Utils.unmarshal_complex(r.env.response_body, ::PlexRubySDK::Operations::ApplyUpdatesUnauthorized)
|
||||
res.unauthorized = out
|
||||
end
|
||||
elsif r.status == 500
|
||||
end
|
||||
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user