From 28e734676f33484ee5c6ae313fa62332affa79f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 9 Jan 2014 16:22:58 +0100 Subject: [PATCH] docs: document remote method `description` --- docs/api-model-remote.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-model-remote.md b/docs/api-model-remote.md index ae1255b1..1c30bdab 100644 --- a/docs/api-model-remote.md +++ b/docs/api-model-remote.md @@ -35,6 +35,7 @@ The options argument is a JSON object, described in the following table. | accepts | No | Describes the remote method's arguments; See Argument description. The `callback` argument is assumed; do not specify. | | returns | No | Describes the remote method's callback arguments; See Argument description. The `err` argument is assumed; do not specify. | | http | No | HTTP routing information: +| description | No | A text description of the method. This is used by API documentation generators like Swagger. **Argument description**