We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f35f19 + 357a88d commit bed9b90Copy full SHA for bed9b90
modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenOperation.java
@@ -484,7 +484,7 @@ public Boolean getIsRestfulUpdate() {
484
}
485
486
public Boolean getIsRestfulDestroy() {
487
- return getBooleanValue(CodegenConstants.IS_RESTFUL_UPDATE_EXT_NAME);
+ return getBooleanValue(CodegenConstants.IS_RESTFUL_DESTROY_EXT_NAME);
488
489
490
public Boolean getIsRestful() {
0 commit comments