Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions WebUI-API-(qBittorrent-5.0).md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ This WebUI API documentation applies to qBittorrent v5.0+. For other WebUI API v
1. [Refresh item](#refresh-item)
1. [Set auto-downloading rule](#set-auto-downloading-rule)
1. [Rename auto-downloading rule](#rename-auto-downloading-rule)
1. [Clone auto-downloading rule](#clone-auto-downloading-rule)
1. [Remove auto-downloading rule](#remove-auto-downloading-rule)
1. [Get all auto-downloading rules](#get-all-auto-downloading-rules)
1. [Get all articles matching a rule](#get-all-articles-matching-a-rule)
Expand Down Expand Up @@ -2882,6 +2883,23 @@ HTTP Status Code | Scenario
----------------------------------|---------------------
200 | All scenarios

## Clone auto-downloading rule ##

Name: `cloneRule`

Parameters:

Parameter | Type | Description
----------------------------------|---------|------------
`sourceName` | string | Source rule name (e.g. "Punisher")
`cloneName` | string | New clone rule name (e.g. "The Punisher")

**Returns:**

HTTP Status Code | Scenario
----------------------------------|---------------------
200 | All scenarios

## Remove auto-downloading rule ##

Name: `removeRule`
Expand Down
Loading