diff --git a/src/node/db/API.js b/src/node/db/API.js
index ef341bef9..0eb404e49 100644
--- a/src/node/db/API.js
+++ b/src/node/db/API.js
@@ -574,8 +574,8 @@ createDiff(padID, startRev, endRev) returns an object of diffs from 2 points in
Example returns:
-TODO {"code":0,"message":"ok","data":null}
-TODO {"code":4,"message":"no or wrong API Key","data":null}
+{"code":0,"message":"ok","data":{"html":"Welcome to Etherpad Lite!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
Get involved with Etherpad at http://etherpad.org
aw
","authors":["a.HKIv23mEbachFYfH",""]}}
+{"code":4,"message":"no or wrong API Key","data":null}
*/
exports.createDiff = function(padID, startRev, endRev, callback){
//check if rev is a number