update_applications_bulk
Update multiple Prowlarr applications in one API call by supplying the request body with the new field values. Applies changes to all specified applications.
Instructions
Update Application.
PUT /api/v1/applications/bulk
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 |