From ccaff93eb8736ecf23c68f01a6db9c241986584c Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 27 Nov 2017 16:04:55 +0200 Subject: [PATCH] added api docs for filters --- docs/api_project.js | 2 +- docs/api_project.json | 2 +- lib/api/apidoc.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api_project.js b/docs/api_project.js index 6c6d4dfa..156fe835 100644 --- a/docs/api_project.js +++ b/docs/api_project.js @@ -1 +1 @@ -define({ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "http://localhost:8080", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2017-11-27T13:55:26.682Z", "url": "http://apidocjs.com", "version": "0.17.6" } }); +define({ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs. Under construction, see old docs here: https://github.com/nodemailer/wildduck/blob/master/docs/api.md", "title": "WildDuck API", "url": "http://localhost:8080", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2017-11-27T14:04:51.147Z", "url": "http://apidocjs.com", "version": "0.17.6" } }); diff --git a/docs/api_project.json b/docs/api_project.json index bbe5dfe2..3b7bcf11 100644 --- a/docs/api_project.json +++ b/docs/api_project.json @@ -1 +1 @@ -{ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs", "title": "WildDuck API", "url": "http://localhost:8080", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2017-11-27T13:55:26.682Z", "url": "http://apidocjs.com", "version": "0.17.6" } } +{ "name": "wildduck", "version": "1.0.0", "description": "WildDuck API docs. Under construction, see old docs here: https://github.com/nodemailer/wildduck/blob/master/docs/api.md", "title": "WildDuck API", "url": "http://localhost:8080", "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2017-11-27T14:04:51.147Z", "url": "http://apidocjs.com", "version": "0.17.6" } } diff --git a/lib/api/apidoc.json b/lib/api/apidoc.json index c524db23..b1bb1a92 100644 --- a/lib/api/apidoc.json +++ b/lib/api/apidoc.json @@ -1,7 +1,7 @@ { "name": "wildduck", "version": "1.0.0", - "description": "WildDuck API docs", + "description": "WildDuck API docs. Under construction, see old docs here: https://github.com/nodemailer/wildduck/blob/master/docs/api.md", "title": "WildDuck API", "url": "http://localhost:8080" }