Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Outdated response validation information in doc/configuration.md #436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ swagger:

_swagger_validate:
name: swagger_validator
validateResponse: true

# pipe for all swagger-node controllers
swagger_controllers:
Expand Down Expand Up @@ -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

Expand Down