Skip to content

Commit

Permalink
Forgot RequestBody annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Dec 5, 2023
1 parent 78502de commit 16f64cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public QueryStatus queryStatus(@PathVariable("resourceQueryId") UUID queryId, @R
}

@PostMapping("/query/format")
public ResponseEntity queryFormat(QueryRequest resultRequest) {
public ResponseEntity queryFormat(@RequestBody QueryRequest resultRequest) {
try {
// The toString() method here has been overridden to produce a human readable
// value
Expand Down

0 comments on commit 16f64cf

Please sign in to comment.