From d921062e313a68db418f85aed0b0b1b9e0501bfe Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 30 Apr 2014 08:01:33 -0700 Subject: [PATCH] Use JSON with the API --- API/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/API/API.md b/API/API.md index 44cc727..b5b376a 100644 --- a/API/API.md +++ b/API/API.md @@ -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 \ No newline at end of file