Add displayRequestDuration configuration option.

This commit is contained in:
Owen Conti
2017-06-26 21:13:17 -06:00
parent fe60544ff7
commit 0c6f5e8d32
6 changed files with 19 additions and 9 deletions

View File

@@ -139,6 +139,7 @@ parameterMacro | MUST be a function. Function to set default value to parameters
modelPropertyMacro | MUST be a function. Function to set default values to each property in model. Accepts one argument modelPropertyMacro(property), property is immutable
docExpansion | Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing). The default is 'list'.
displayOperationId | Controls the display of operationId in operations list. The default is `false`.
displayRequestDuration | Controls the display of the request duration (in milliseconds) for `Try it out` requests. The default is `false`.
### Plugins