# PutApiV1IndexerIdRequest ## Example Usage ```typescript import { PutApiV1IndexerIdRequest } from "prowlarr/models/operations"; let value: PutApiV1IndexerIdRequest = { id: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | | `forceSave` | *boolean* | :heavy_minus_sign: | N/A | | `id` | *string* | :heavy_check_mark: | N/A | | `indexerResource` | [models.IndexerResourceInput](../../models/indexerresourceinput.md) | :heavy_minus_sign: | N/A |