mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
512 B
512 B
GetApiV1LogFileUpdateFilenameRequest
Example Usage
import { GetApiV1LogFileUpdateFilenameRequest } from "prowlarr/models/operations";
let value: GetApiV1LogFileUpdateFilenameRequest = {
filename: "example.file",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filename |
string | ✔️ | N/A |