mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-11 04:20:58 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.134.0
This commit is contained in:
@@ -45,7 +45,7 @@ export class Updater extends ClientSDK {
|
||||
const securitySettings$ = this.resolveGlobalSecurity(security$);
|
||||
|
||||
const response = await this.fetch$(
|
||||
{ security: securitySettings$, method: "get", path: path$, headers: headers$ },
|
||||
{ security: securitySettings$, method: "GET", path: path$, headers: headers$ },
|
||||
options
|
||||
);
|
||||
|
||||
@@ -116,7 +116,7 @@ export class Updater extends ClientSDK {
|
||||
const response = await this.fetch$(
|
||||
{
|
||||
security: securitySettings$,
|
||||
method: "put",
|
||||
method: "PUT",
|
||||
path: path$,
|
||||
headers: headers$,
|
||||
query: query$,
|
||||
@@ -196,7 +196,7 @@ export class Updater extends ClientSDK {
|
||||
const response = await this.fetch$(
|
||||
{
|
||||
security: securitySettings$,
|
||||
method: "put",
|
||||
method: "PUT",
|
||||
path: path$,
|
||||
headers: headers$,
|
||||
query: query$,
|
||||
|
||||
Reference in New Issue
Block a user