mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2
This commit is contained in:
@@ -5,32 +5,7 @@
|
||||
```typescript
|
||||
import { GetServerPreferencesResponse } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: GetServerPreferencesResponse = {
|
||||
contentType: "<value>",
|
||||
statusCode: 304,
|
||||
rawResponse: new Response("{\"message\": \"hello world\"}", {
|
||||
headers: { "Content-Type": "application/json" },
|
||||
}),
|
||||
object: {
|
||||
mediaContainer: {
|
||||
size: 161,
|
||||
setting: [
|
||||
{
|
||||
id: "EnableDatabaseTrace",
|
||||
label: "",
|
||||
summary: "",
|
||||
type: "bool",
|
||||
default: false,
|
||||
value: false,
|
||||
hidden: true,
|
||||
advanced: false,
|
||||
group: "",
|
||||
enumValues: "1:admin only|2:everyone",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
let value: GetServerPreferencesResponse = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
Reference in New Issue
Block a user