mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
1.0 KiB
1.0 KiB
GetSourceConnectionInformationRequest
Example Usage
import { GetSourceConnectionInformationRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSourceConnectionInformationRequest = {
source: "provider://provider-identifier",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
source |
string | ✔️ | The source identifier with an included prefix. | server://client-identifier |