From af351302227a8c742bb279eb4dda109ed2d103dc Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 16 Mar 2014 22:22:47 -0500 Subject: [PATCH] Updated API Documentation for Templates --- static/api-doc/resources/templates | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/api-doc/resources/templates b/static/api-doc/resources/templates index 619ce821..eb539732 100644 --- a/static/api-doc/resources/templates +++ b/static/api-doc/resources/templates @@ -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" } } }