diff --git a/root/app/www/public/templates/radarr/jellyseerr.json b/root/app/www/public/templates/radarr/jellyseerr.json new file mode 100644 index 0000000..9078cf9 --- /dev/null +++ b/root/app/www/public/templates/radarr/jellyseerr.json @@ -0,0 +1,28 @@ +{ + "/api/v3/qualityprofile": [ + "get" + ], + "/api/v3/system/status": [ + "get" + ], + "/api/v3/rootfolder": [ + "get" + ], + "/api/v3/tag": [ + "get", + "post" + ], + "/api/v3/command": [ + "post" + ], + "/api/v3/queue": [ + "get" + ], + "/api/v3/movie": [ + "get", + "post" + ], + "/api/v3/movie/lookup": [ + "get" + ] +} \ No newline at end of file diff --git a/root/app/www/public/templates/sonarr/jellyseerr.json b/root/app/www/public/templates/sonarr/jellyseerr.json new file mode 100644 index 0000000..d124a70 --- /dev/null +++ b/root/app/www/public/templates/sonarr/jellyseerr.json @@ -0,0 +1,26 @@ +{ + "/api/v3/system/status": [ + "get" + ], + "/api/v3/qualityprofile": [ + "get" + ], + "/api/v3/rootfolder": [ + "get" + ], + "/api/v3/languageprofile": [ + "get" + ], + "/api/v3/tag": [ + "get" + ], + "/api/v3/command": [ + "post" + ], + "/api/v3/queue": [ + "get" + ], + "/api/v3/series": [ + "get" + ] +} \ No newline at end of file