mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
1.2 KiB
1.2 KiB
PutApiV1AppprofileIdRequest
Example Usage
import { PutApiV1AppprofileIdRequest } from "prowlarr/models/operations";
let value: PutApiV1AppprofileIdRequest = {
id: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✔️ | N/A |
appProfileResource |
models.AppProfileResource | ➖ | N/A |