mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
17 lines
512 B
Markdown
17 lines
512 B
Markdown
# GetApiV1LogFileUpdateFilenameRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1LogFileUpdateFilenameRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1LogFileUpdateFilenameRequest = {
|
|
filename: "example.file",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `filename` | *string* | :heavy_check_mark: | N/A | |