Skip to content

Commit

Permalink
Update homepage.json (#32)
Browse files Browse the repository at this point in the history
* Update homepage.json

This adds the endpoint "/api/v3/calendar" for use with the calendar widget for homepage.

* Update homepage.json

This adds the endpoint "/api/v3/calendar" for use with the calendar widget for homepage.

* Update bazarr.json

Added "/api/v3/filesystem" and "/api/v3/series"
  • Loading branch information
genomez authored Nov 18, 2024
1 parent 3c7eaa9 commit f5916d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion root/app/www/public/templates/radarr/homepage.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"/api/v3/calendar": [
"get"
],
"/api/v3/movie": [
"get"
],
Expand All @@ -11,4 +14,4 @@
"/api/v3/queue/status": [
"get"
]
}
}
8 changes: 7 additions & 1 deletion root/app/www/public/templates/sonarr/bazarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@
"/api/v3/episodefile/{id}": [
"get"
],
"/api/v3/filesystem": [
"get"
],
"/api/v3/mediacover/{seriesId}/{filename}": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/series": [
"get"
],
"/api/v3/series/{id}": [
"get"
],
Expand All @@ -32,4 +38,4 @@
"/api/system/status": [
"get"
]
}
}
5 changes: 4 additions & 1 deletion root/app/www/public/templates/sonarr/homepage.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"/api/v3/calendar": [
"get"
],
"/api/v3/wanted/missing": [
"get"
],
Expand All @@ -11,4 +14,4 @@
"/api/v3/series": [
"get"
]
}
}

0 comments on commit f5916d2

Please sign in to comment.