From 16534691712bb4bbf2f59647ea721dbccc72aa89 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 7 Jan 2019 07:38:29 -0300 Subject: [PATCH] Bug 22071: (follow-up) Add POD for validate_query_parameters Signed-off-by: Tomas Cohen Arazi --- Koha/REST/V1/Auth.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm index 512ed5d6ce..cf64a25828 100644 --- a/Koha/REST/V1/Auth.pm +++ b/Koha/REST/V1/Auth.pm @@ -215,6 +215,12 @@ sub authenticate_api_request { ); } +=head3 validate_query_parameters + +Validates the query parameters against the spec. + +=cut + sub validate_query_parameters { my ( $c, $action_spec ) = @_; -- 2.20.1