Updated API Documentation for Templates

pull/24/head
Jordan 2014-03-16 22:22:47 -05:00
parent 9b94971a1d
commit af35130222
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ {
"apiVersion": null, "apiVersion": null,
"swaggerVersion": "1.2", "swaggerVersion": "1.2",
"basePath": "/api", "basePath": "http://localhost:3333/api",
"resourcePath": "/templates", "resourcePath": "/templates/",
"produces": [ "produces": [
"application/json" "application/json"
], ],
@ -191,6 +191,9 @@
}, },
"html": { "html": {
"type": "string" "type": "string"
},
"text": {
"type" : "string"
} }
} }
} }