mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
17
docs/models/operations/deleteapiv1appprofileidrequest.md
Normal file
17
docs/models/operations/deleteapiv1appprofileidrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# DeleteApiV1AppprofileIdRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { DeleteApiV1AppprofileIdRequest } from "prowlarr/models/operations";
|
||||
|
||||
let value: DeleteApiV1AppprofileIdRequest = {
|
||||
id: 754406,
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *number* | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user