mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.406.0
This commit is contained in:
@@ -21,8 +21,8 @@ module PlexRubySDK
|
||||
client_id: ::String,
|
||||
client_name: ::String,
|
||||
client_version: ::String,
|
||||
client_platform: ::String,
|
||||
device_name: ::String,
|
||||
platform: ::String,
|
||||
device_nickname: ::String,
|
||||
protocol: T.nilable(::PlexRubySDK::ServerVariables::ServerProtocol),
|
||||
ip: T.nilable(::String),
|
||||
port: T.nilable(::String),
|
||||
@@ -35,8 +35,8 @@ module PlexRubySDK
|
||||
client_id: nil,
|
||||
client_name: nil,
|
||||
client_version: nil,
|
||||
client_platform: nil,
|
||||
device_name: nil,
|
||||
platform: nil,
|
||||
device_nickname: nil,
|
||||
protocol: nil,
|
||||
ip: nil,
|
||||
port: nil,
|
||||
@@ -50,8 +50,8 @@ module PlexRubySDK
|
||||
# @param [::String] client_id: Configures the client_id parameter for all supported operations
|
||||
# @param [::String] client_name: Configures the client_name parameter for all supported operations
|
||||
# @param [::String] client_version: Configures the client_version parameter for all supported operations
|
||||
# @param [::String] client_platform: Configures the client_platform parameter for all supported operations
|
||||
# @param [::String] device_name: Configures the device_name parameter for all supported operations
|
||||
# @param [::String] platform: Configures the platform parameter for all supported operations
|
||||
# @param [::String] device_nickname: Configures the device_nickname parameter for all supported operations
|
||||
# @param [T.nilable(::PlexRubySDK::ServerVariables::ServerProtocol)] protocol: Allows setting the protocol variable for url substitution
|
||||
# @param [T.nilable(::String)] ip: Allows setting the ip variable for url substitution
|
||||
# @param [T.nilable(::String)] port: Allows setting the port variable for url substitution
|
||||
@@ -86,15 +86,15 @@ module PlexRubySDK
|
||||
globals = {
|
||||
'parameters': {
|
||||
'queryParam': {
|
||||
'client_id': client_id,
|
||||
'client_name': client_name,
|
||||
'client_version': client_version,
|
||||
'client_platform': client_platform,
|
||||
'device_name': device_name,
|
||||
},
|
||||
'pathParam': {
|
||||
},
|
||||
'header': {
|
||||
'client_id': client_id,
|
||||
'client_name': client_name,
|
||||
'client_version': client_version,
|
||||
'platform': platform,
|
||||
'device_nickname': device_nickname,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user