# 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 |