mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.484.1
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { GetServerResourcesRequest, IncludeHttps, IncludeIPv6, IncludeRelay } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
import { GetServerResourcesRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: GetServerResourcesRequest = {
|
||||
includeHttps: IncludeHttps.Enable,
|
||||
includeRelay: IncludeRelay.Enable,
|
||||
includeIPv6: IncludeIPv6.Enable,
|
||||
clientID: "3381b62b-9ab7-4e37-827b-203e9809eb58",
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user