Automated build 'Merge branch 'main' of https://github.com/LukeHagar/plex-api-spec' typescript-axios sdk: 4681414548

This commit is contained in:
GitHub Action Bot
2023-04-12 18:01:00 +00:00
parent a9c96763c0
commit 8af9e78276
3 changed files with 44 additions and 55 deletions

View File

@@ -773,9 +773,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
// authentication PlexToken required
await setApiKeyToObject(localVarHeaderParameter, "X-Plex-Token", configuration)
if (strong !== undefined) {
localVarQueryParameter['strong'] = strong;
}