File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed
root/app/www/public/templates Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "/api/v3/system/status" : [
3+ " get"
4+ ],
5+ "/api/v3/wanted/cutoff" : [
6+ " get" ,
7+ " get"
8+ ],
9+ "/api/v3/wanted/missing" : [
10+ " get" ,
11+ " get"
12+ ],
13+ "/api/v3/command" : [
14+ " post"
15+ ],
16+ "/api/v3/tag" : [
17+ " post" ,
18+ " get"
19+ ],
20+ "/api/v3/movie/{id}" : [
21+ " get" ,
22+ " put"
23+ ]
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "/api/v3/system/status" : [
3+ " get"
4+ ],
5+ "/api/v3/wanted/missing" : [
6+ " get"
7+ ],
8+ "/api/v3/wanted/cutoff" : [
9+ " get"
10+ ],
11+ "/api/v3/command/none" : [
12+ " get"
13+ ],
14+ "/api/v3/tag" : [
15+ " post" ,
16+ " get"
17+ ],
18+ "/api/v3/command" : [
19+ " post"
20+ ],
21+ "/api/v3/command/{id}" : [
22+ " get"
23+ ],
24+ "/api/v3/series/{id}" : [
25+ " get" ,
26+ " put"
27+ ],
28+ "/api/v3/episode/{id}" : {
29+ "1" : " get" ,
30+ "2" : " get" ,
31+ "3" : " get" ,
32+ "4" : " get" ,
33+ "5" : " get" ,
34+ "6" : " get"
35+ }
36+ }
You can’t perform that action at this time.
0 commit comments