mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
Automated build 'Security' typescript-axios sdk: 4723017542
This commit is contained in:
@@ -784,15 +784,9 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
|
||||
// authentication ClientIdentifier required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Client-Identifier", configuration)
|
||||
|
||||
// authentication DeviceName required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Device-Name", configuration)
|
||||
|
||||
// authentication Host required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "Host", configuration)
|
||||
|
||||
// authentication Token required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Token", configuration)
|
||||
|
||||
if (strong !== undefined) {
|
||||
localVarQueryParameter['strong'] = strong;
|
||||
}
|
||||
@@ -834,15 +828,9 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
|
||||
// authentication ClientIdentifier required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Client-Identifier", configuration)
|
||||
|
||||
// authentication DeviceName required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Device-Name", configuration)
|
||||
|
||||
// authentication Host required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "Host", configuration)
|
||||
|
||||
// authentication Token required
|
||||
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Token", configuration)
|
||||
|
||||
|
||||
|
||||
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
||||
|
||||
Reference in New Issue
Block a user