create_appprofile
Create a new application profile in Prowlarr to define settings for connected applications. Send the required payload to add the profile via the API.
Instructions
Create AppProfile.
POST /api/v1/appprofile
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |