mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.134.0
This commit is contained in:
@@ -72,7 +72,7 @@ export class Log extends ClientSDK {
|
||||
const response = await this.fetch$(
|
||||
{
|
||||
security: securitySettings$,
|
||||
method: "get",
|
||||
method: "GET",
|
||||
path: path$,
|
||||
headers: headers$,
|
||||
query: query$,
|
||||
@@ -129,7 +129,7 @@ export class Log extends ClientSDK {
|
||||
const securitySettings$ = this.resolveGlobalSecurity(security$);
|
||||
|
||||
const response = await this.fetch$(
|
||||
{ security: securitySettings$, method: "post", path: path$, headers: headers$ },
|
||||
{ security: securitySettings$, method: "POST", path: path$, headers: headers$ },
|
||||
options
|
||||
);
|
||||
|
||||
@@ -181,7 +181,7 @@ export class Log 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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user