Skip to content
Discussion options

You must be logged in to vote

Maybe you could try and add an "overload" of the REST method that is hidden from the OpenAPI spec?

@GET
@Operation(hidden = true)
public Uni<Response> getResourcesByIdsWithBraces(@RestQuery("ids[]") List<Long> ids) {
    return getResourcesByIds(ids);
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@zZHorizonZz
Comment options

@MikeEdgar
Comment options

Answer selected by zZHorizonZz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants