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.path = path;
|
||||||
op.operationId = operationId;
|
op.operationId = operationId;
|
||||||
op.summary = operation.getSummary();
|
op.summary = operation.getDescription();
|
||||||
op.notes = operation.getDescription();
|
op.notes = operation.getSummary();
|
||||||
op.tags = operation.getTags();
|
op.tags = operation.getTags();
|
||||||
|
|
||||||
Response methodResponse = null;
|
Response methodResponse = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user