From a7ea97d1d56fa762b65a2fea71846d6166660584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Gallego=20Rodr=C3=ADguez?= Date: Wed, 21 Aug 2019 09:42:21 +0200 Subject: [PATCH] Explicit format in command. --- spec/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 6fc69ec..a8928b9 100644 --- a/spec/README.md +++ b/spec/README.md @@ -176,7 +176,8 @@ respond to an external event (e.g. an incoming HTTP request). #### List routes -Returns JSON data about the current routes. +Returns JSON with all data about the current routes. Be aware that the command +field must be a json scaped string. * **URL**: `/routes` * **Method**: `GET`