Add DISPLAY_OPERATION_ID setting for swagger-ui

Closes #206.
This commit is contained in:
Cristi Vîjdea
2018-09-10 14:02:25 +03:00
parent 6820d6bc70
commit 91530b64c6
4 changed files with 10 additions and 1 deletions
+8
View File
@@ -332,6 +332,14 @@ This does not filter the operations from the display.
**Default**: :python:`['get','put','post','delete','options','head','patch','trace']` |br|
*Maps to parameter*: ``supportedSubmitMethods``
DISPLAY_OPERATION_ID
--------------------
Controls the display of operationId in operations list.
**Default**: :python:`True`
*Maps to parameter*: ``displayOperationId``
**************
REDOC_SETTINGS
**************