Files
profilarr/bruno/radarr/update-delay-profile.bru

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": []
}
}