ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.404.5

This commit is contained in:
speakeasybot
2024-09-28 00:09:32 +00:00
parent 40e6afeb04
commit c21edf4600
116 changed files with 252 additions and 161 deletions

View File

@@ -14,12 +14,12 @@ module PlexRubySDK
# GET_TOKEN_DETAILS_SERVERS contains the list of server urls available to the SDK.
GET_TOKEN_DETAILS_SERVERS = [
'https://plex.tv/api/v2/',
'https://plex.tv/api/v2',
].freeze
# POST_USERS_SIGN_IN_DATA_SERVERS contains the list of server urls available to the SDK.
POST_USERS_SIGN_IN_DATA_SERVERS = [
'https://plex.tv/api/v2/',
'https://plex.tv/api/v2',
].freeze
# API Calls regarding authentication for Plex Media Server
#