Files
Prowlarr-TS-SDK/docs/models/operations/getapiv1logfileupdatefilenamerequest.md
2025-05-16 17:01:58 -05:00

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 |