mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Removed sidebars
parent
d659a1e63e
commit
ac7a335936
4 changed files with 17 additions and 16 deletions
16
API/API.md
16
API/API.md
|
@ -23,3 +23,19 @@ All requests made to the api endpoint require API Key authentication using the X
|
||||||
|
|
||||||
- All POST/PUT requests require all parameters to be JSON encoded in the body, unless otherwise noted.
|
- All POST/PUT requests require all parameters to be JSON encoded in the body, unless otherwise noted.
|
||||||
- All GET requests will return a JSON encoded response
|
- All GET requests will return a JSON encoded response
|
||||||
|
|
||||||
|
## Endpoints ##
|
||||||
|
|
||||||
|
- [[Calendar]]
|
||||||
|
- [[Command]]
|
||||||
|
- [[Diskspace]]
|
||||||
|
- [[Episode]]
|
||||||
|
- [[History]]
|
||||||
|
- [[Missing]]
|
||||||
|
- [[Queue]]
|
||||||
|
- [[QualityProfile]]
|
||||||
|
- [[Release]]
|
||||||
|
- [[Rootfolder]]
|
||||||
|
- [[Series]]
|
||||||
|
- [[Series-Lookup]]
|
||||||
|
- [[System-Status]]
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
### [[API]] ###
|
|
||||||
- [[Calendar]]
|
|
||||||
- [[Command]]
|
|
||||||
- [[Diskspace]]
|
|
||||||
- [[Episode]]
|
|
||||||
- [[History]]
|
|
||||||
- [[Missing]]
|
|
||||||
- [[Queue]]
|
|
||||||
- [[QualityProfile]]
|
|
||||||
- [[Release]]
|
|
||||||
- [[Rootfolder]]
|
|
||||||
- [[Series]]
|
|
||||||
- [[Series-Lookup]]
|
|
||||||
- [[System-Status]]
|
|
|
@ -1,3 +1,2 @@
|
||||||
### [[Development]] ###
|
|
||||||
- [[Contributing]]
|
- [[Contributing]]
|
||||||
- [[Log Levels]]
|
- [[Log Levels]]
|
Loading…
Reference in a new issue