1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-25 12:12:58 +01:00

Use JSON with the API

Mark McDowall 2014-04-30 08:01:33 -07:00
parent 0ad4088e25
commit d921062e31

@ -19,4 +19,7 @@ All requests made to the api endpoint require API Key authentication using the X
- Episodes (and episode based endpoints, missing & calendar) also include the airdate in the original timezone for display purposes
- Date parameters should be ISO-8601 UTC dates to ensure proper handling by drone
## Content Type ##
- 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