Skip to content

Commit

Permalink
feat(template): autobrr added missing API endpoints (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRaSH- authored Dec 29, 2024
1 parent 932349a commit 925846b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions root/app/www/public/templates/radarr/autobrr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"/api/v3/movie": [
"get"
],
"/api/v3/release/push": [
"post"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/tag": [
"get"
]
}
6 changes: 6 additions & 0 deletions root/app/www/public/templates/sonarr/autobrr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
],
"/api/v3/system/status": [
"get"
],
"/api/v3/tag": [
"get"
],
"/api/v3/series": [
"get"
]
}

0 comments on commit 925846b

Please sign in to comment.