Added implementation notes to documentation

This commit is contained in:
rpidikiti
2011-07-30 21:15:21 -07:00
parent 74eddf72b8
commit 7bd8ebc2bc
2 changed files with 5 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ function SwaggerService(baseUrl, _apiKey, statusCallback) {
});
// Model: ApiOperation
var ApiOperation = Spine.Model.setup("ApiOperation", ["baseUrl", "path", "path_json", "path_xml", "summary", "deprecated", "open", "httpMethod", "httpMethodLowercase", "nickname", "responseClass", "parameters", "apiName"]);
var ApiOperation = Spine.Model.setup("ApiOperation", ["baseUrl", "path", "path_json", "path_xml", "summary", "notes", "deprecated", "open", "httpMethod", "httpMethodLowercase", "nickname", "responseClass", "parameters", "apiName"]);
ApiOperation.include({
init: function(atts) {
if (atts) this.load(atts);