View | Details | Raw Unified | Return to bug 22071
Collapse All | Expand All

(-)a/Koha/REST/V1/Auth.pm (-1 / +6 lines)
Lines 215-220 sub authenticate_api_request { Link Here
215
    );
215
    );
216
}
216
}
217
217
218
=head3 validate_query_parameters
219
220
Validates the query parameters against the spec.
221
222
=cut
223
218
sub validate_query_parameters {
224
sub validate_query_parameters {
219
    my ( $c, $action_spec ) = @_;
225
    my ( $c, $action_spec ) = @_;
220
226
221
- 

Return to bug 22071