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

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