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

17 lines
440 B
Markdown

# GetPathRequest
## Example Usage
```typescript
import { GetPathRequest } from "prowlarr/models/operations";
let value: GetPathRequest = {
path: "/usr/share",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `path` | *string* | :heavy_check_mark: | N/A |