Skip to content

Commit

Permalink
Default to always convert
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbey committed Dec 13, 2024
1 parent 446ec73 commit 74be812
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public Response getPureModelContextData(@PathParam("groupId")
@ApiParam("Whether to include entities from dependencies")
boolean transitive,
@QueryParam("convertToNewProtocol")
@DefaultValue("false")
@DefaultValue("true")
@ApiParam("Whether to convert the protocol to latest or return the protocol as initially published")
boolean convertToNewProtocol,
@Context Request request)
Expand All @@ -89,7 +89,7 @@ public Response getPureModelContextData(@ApiParam("projectDependencies")
@ApiParam("Whether to return transitive dependencies")
boolean transitive,
@QueryParam("convertToNewProtocol")
@DefaultValue("false")
@DefaultValue("true")
@ApiParam("Whether to convert the protocol to latest or return the protocol as initially published")
boolean convertToNewProtocol,
@Context Request request)
Expand Down

0 comments on commit 74be812

Please sign in to comment.