From c5672acad84508667cbfee84222a93322e31c54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 31 Jan 2020 10:51:36 +0000 Subject: [PATCH] Bug 18936: (QA follow-up) Add missing POD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- Koha/REST/V1/CirculationRules.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Koha/REST/V1/CirculationRules.pm b/Koha/REST/V1/CirculationRules.pm index 539ed4e3ce..baa04b5211 100644 --- a/Koha/REST/V1/CirculationRules.pm +++ b/Koha/REST/V1/CirculationRules.pm @@ -23,6 +23,16 @@ use Koha::CirculationRules; use Try::Tiny; +=head1 API + +=head2 Methods + +=head3 get_kinds + +List all available circulation rules that can be used. + +=cut + sub get_kinds { my $c = shift->openapi->valid_input or return; -- 2.11.0