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

17 lines
460 B
Markdown

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