From 85b0f4bab0613570ab0b67076b8bfa697be5689d Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Wed, 16 Dec 2015 03:01:35 -0800 Subject: [PATCH] added jsonEditor option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a30213..697a2716 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ highlightSizeThreshold | Any size response below this threshold will be highligh supportedSubmitMethods | An array of of the HTTP operations that will have the 'Try it out!' option. An empty array disables all operations. This does not filter the operations from the display. oauth2RedirectUrl | OAuth redirect URL showRequestHeaders | Whether or not to show the headers that were sent when making a request via the 'Try it out!' option. Defaults to `false`. +jsonEditor | Enables a graphical view for editing complex bodies. Defaults to `false`. * All other parameters are explained in greater detail below