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