mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-29 14:00:52 +01:00
27 lines
427 B
Plaintext
27 lines
427 B
Plaintext
meta {
|
|
name: Create Delay Profile
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{radarrUrl}}/api/v3/delayprofile
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
|
|
body:json {
|
|
{
|
|
"enableUsenet": true,
|
|
"enableTorrent": true,
|
|
"preferredProtocol": "usenet",
|
|
"usenetDelay": 30,
|
|
"torrentDelay": 60,
|
|
"bypassIfHighestQuality": true,
|
|
"bypassIfAboveCustomFormatScore": false,
|
|
"minimumCustomFormatScore": 0,
|
|
"tags": []
|
|
}
|
|
}
|