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

460 B

GetContentPathRequest

Example Usage

import { GetContentPathRequest } from "prowlarr/models/operations";

let value: GetContentPathRequest = {
  path: "/opt/sbin",
};

Fields

Field Type Required Description
path string ✔️ N/A