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: restdocs-spec-generator/src/main/java/com/berkleytechnologyservices/restdocs/spec/generator/openapi_v2/OpenApi20SpecificationGenerator.java
Copy file name to clipboardExpand all lines: restdocs-spec-generator/src/main/java/com/berkleytechnologyservices/restdocs/spec/generator/openapi_v3/OpenApi30SpecificationGenerator.java
@@ -108,6 +115,12 @@ public class GenerateMojo extends AbstractMojo {
108
115
@Parameter
109
116
privateAuthConfigoauth2 = newAuthConfig();
110
117
118
+
/**
119
+
* Mapping of tag names to descriptions. These are populated into the top level. {@see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#tag-object} | no default - if not provided no tags created.
0 commit comments