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,
"swaggerVersion": "1.2",
"basePath": "/api",
"resourcePath": "/templates",
"basePath": "http://localhost:3333/api",
"resourcePath": "/templates/",
"produces": [
"application/json"
],
@ -191,6 +191,9 @@
},
"html": {
"type": "string"
},
"text": {
"type" : "string"
}
}
}