ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0

This commit is contained in:
speakeasybot
2025-08-06 00:13:53 +00:00
parent fe48f93ccb
commit c56a0f5d3c
28 changed files with 215 additions and 408 deletions

View File

@@ -19,6 +19,7 @@ This endpoint will write a single-line log message, including a level and source
### Example Usage
<!-- UsageSnippet language="typescript" operationID="logLine" method="get" path="/log" -->
```typescript
import { PlexAPI } from "@lukehagar/plexjs";
import { Level } from "@lukehagar/plexjs/sdk/models/operations";
@@ -114,6 +115,7 @@ Ensure each parameter is properly URL-encoded to avoid interpretation issues.
### Example Usage
<!-- UsageSnippet language="typescript" operationID="logMultiLine" method="post" path="/log" -->
```typescript
import { PlexAPI } from "@lukehagar/plexjs";
@@ -189,6 +191,7 @@ This endpoint will enable all Plex Media Serverlogs to be sent to the Papertrail
### Example Usage
<!-- UsageSnippet language="typescript" operationID="enablePaperTrail" method="get" path="/log/networked" -->
```typescript
import { PlexAPI } from "@lukehagar/plexjs";