forked from loafle/openapi-generator-original
fixed summary/description mapping
This commit is contained in:
parent
681628dba2
commit
461cb51f6a
@ -521,8 +521,8 @@ public class DefaultCodegen {
|
||||
}
|
||||
op.path = path;
|
||||
op.operationId = operationId;
|
||||
op.summary = operation.getSummary();
|
||||
op.notes = operation.getDescription();
|
||||
op.summary = operation.getDescription();
|
||||
op.notes = operation.getSummary();
|
||||
op.tags = operation.getTags();
|
||||
|
||||
Response methodResponse = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user