Skip to content

Commit

Permalink
Update notifiarr template
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwbest committed Oct 22, 2024
1 parent 5b2613c commit 92ef172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions root/app/www/public/templates/radarr/notifiarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"delete",
"get"
],
"/api/v3/history": [
"get"
],
"/api/v3/importlist": [
"get",
"post"
Expand Down
6 changes: 3 additions & 3 deletions root/app/www/public/templates/sonarr/notifiarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@
"/api/v3/queue": [
"get"
],
"/api/v3/releaseprofile": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
Expand Down Expand Up @@ -119,6 +116,9 @@
"put",
"get"
],
"/api/v3/releaseprofile": [
"get"
],
"/api/v3/history": [
"get"
]
Expand Down

0 comments on commit 92ef172

Please sign in to comment.