infra: reorganized repo
This commit is contained in:
16
manifests/add_torrent_by_index.json
Normal file
16
manifests/add_torrent_by_index.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "add_torrent_by_index",
|
||||
"description": "Ajoute un torrent à la file d'attente de qBittorrent en utilisant l'index (1-basé) d'un résultat de recherche précédent (par exemple, 'download the 3rd one').",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"index": {
|
||||
"type": "integer",
|
||||
"description": "L'index (1-basé) du torrent dans les derniers résultats de recherche."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"index"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user