From accece455fc0e5da7fb4eda1b0190f57fe831d27 Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Wed, 14 Sep 2016 16:01:04 -0600 Subject: [PATCH] Outdated response validation information https://github.com/theganyo/swagger-node-runner/releases/tag/v0.6.4 "The validateResponse configuration property on the swagger_validator fitting is not longer used or valid." --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 53afa46c..a2b36619 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -26,7 +26,6 @@ swagger: _swagger_validate: name: swagger_validator - validateResponse: true # pipe for all swagger-node controllers swagger_controllers: @@ -76,7 +75,7 @@ This configures the standard swagger-node router (currently swagger-tools). It t #### _swagger_validate -This configures the swagger validator (currently swagger-tools). You can turn response validation on and off here. +This configures the swagger validator (currently swagger-tools). For information on enabling response validation, read the [release tag for v0.6.4.](https://github.com/theganyo/swagger-node-runner/releases/tag/v0.6.4) #### swagger_controllers