mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
17 lines
982 B
Markdown
17 lines
982 B
Markdown
# GetApiV1FilesystemRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1FilesystemRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1FilesystemRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
|
|
| `path` | *string* | :heavy_minus_sign: | N/A |
|
|
| `includeFiles` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `allowFoldersWithoutTrailingSlashes` | *boolean* | :heavy_minus_sign: | N/A | |