Skip to content

Commit

Permalink
Fix duplicate operation ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mourjo committed Aug 30, 2024
1 parent 3d0a16e commit d71d039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void rateMovie(Context ctx) {
@SneakyThrows
@OpenApi(
summary = "Search movie",
operationId = "retrieveMovie",
operationId = "searchMovie",
path = "/search/movie?q={query}",
methods = HttpMethod.GET,
queryParams = {
Expand Down

0 comments on commit d71d039

Please sign in to comment.