ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3

This commit is contained in:
speakeasybot
2024-11-14 00:08:57 +00:00
parent 66ee47742f
commit 076a205a23
10 changed files with 35 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ module PlexRubySDK
# The timespan to retrieve statistics for
# the exact meaning of this parameter is not known
#
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'Timespan', 'style': 'form', 'explode': true } }
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
sig { params(timespan: T.nilable(::Integer)).void }