Skip to content

Commit

Permalink
chore: skip accept header in delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Dec 4, 2024
1 parent 47d2dd7 commit d04d3f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public ApiResourceBuilder updateOperations(final Resolver<CodegenParameter> code
if (co.nickname.startsWith("delete")) {
addOperationName(co, "Remove");
co.returnType = "boolean";
co.produces = null;
} else if (co.nickname.startsWith("list")) {
addOperationName(co, "Page");
co.returnType = apiName + "Page";
Expand Down

0 comments on commit d04d3f3

Please sign in to comment.