From 40c2c28a7d45d68879ba2c10bb792bb3bbfb528a Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Thu, 9 Nov 2017 10:44:30 -0600 Subject: [PATCH] add showExtensions to config table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3233caa7..7435b5bb 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ deepLinking | If set to `true`, enables dynamic deep linking for tags and operat requestInterceptor | MUST be a function. Function to intercept try-it-out requests. Accepts one argument requestInterceptor(request) and must return the potentially modified request. responseInterceptor | MUST be a function. Function to intercept try-it-out responses. Accepts one argument responseInterceptor(response) and must return the potentially modified response. showMutatedRequest | If set to `true` (the default), uses the mutated request returned from a rquestInterceptor to produce the curl command in the UI, otherwise the request before the requestInterceptor was applied is used. +showExtensions | Controls the display of vendor extension (`x-`) fields and values for Operations, Parameters, and Schema. The default is `false`. ### Plugins