mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
1.6 KiB
1.6 KiB
PutApiV1IndexerIdRequest
Example Usage
import { PutApiV1IndexerIdRequest } from "prowlarr/models/operations";
let value: PutApiV1IndexerIdRequest = {
id: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
forceSave |
boolean | ➖ | N/A |
id |
string | ✔️ | N/A |
indexerResource |
models.IndexerResourceInput | ➖ | N/A |