From 36aa568f0e9af90a0315a76c555f8e725a78e491 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 6 Jun 2017 21:29:59 +0300 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bfeb5aa..769cbe86 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ configUrl | Configs URL parameterMacro | MUST be a function. Function to set default value to parameters. Accepts two arguments parameterMacro(operation, parameter). Operation and parameter are objects passed for context, both remain immutable 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`. ### Plugins