You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ __Options:__
119
119
-`tags` (*optional*) - Give multiple tags
120
120
-`model` (*optional*) - Override model that is parsed from path
121
121
-`modelName` (*optional*) - Override modelName that is parsed from path
122
-
-`idType` (*optional*) - The swagger type of ids used in paths for this service
122
+
-`idType` (*optional*) - The swagger type of ids used in paths for this service. value can be an array of types when `service.id` is set to array.
123
123
-`idNames` (*optional*) - Object with path parameter names, to customize the idName on operation / method level
124
124
-`get`|`update`|`patch`|`remove` - name of the path parameter for the specific method, use service.id to change it for all
125
125
-`definition`(also `schema` for openapi v3) (*optional*) - Swagger definition of the model of the service, will be merged into global definitions (with all additional generated definitions)
0 commit comments