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