Bug 22071: (follow-up) Add POD for validate_query_parameters
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Jan 2019 10:38:29 +0000 (07:38 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 4 Jan 2019 03:13:39 +0000 (03:13 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/REST/V1/Auth.pm

index 512ed5d..cf64a25 100644 (file)
@@ -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 ) = @_;