mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-29 22:10:52 +01:00
29 lines
476 B
Plaintext
29 lines
476 B
Plaintext
meta {
|
|
name: Update Delay Profile (Default)
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
put {
|
|
url: {{radarrUrl}}/api/v3/delayprofile/1
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
|
|
body:json {
|
|
{
|
|
"id": 1,
|
|
"enableUsenet": true,
|
|
"enableTorrent": true,
|
|
"preferredProtocol": "usenet",
|
|
"usenetDelay": 30,
|
|
"torrentDelay": 60,
|
|
"bypassIfHighestQuality": true,
|
|
"bypassIfAboveCustomFormatScore": false,
|
|
"minimumCustomFormatScore": 0,
|
|
"order": 2147483647,
|
|
"tags": []
|
|
}
|
|
}
|