@@ -, +, @@ endpoints --- Koha/REST/V1.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/REST/V1.pm +++ a/Koha/REST/V1.pm @@ -54,6 +54,7 @@ sub startup { # is not allowed by the OpenAPI specification. }); $self->plugin( 'Koha::REST::Plugin::Pagination' ); + $self->plugin( 'Koha::REST::Plugin::Query' ); } 1; --