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

(-)a/Koha/REST/V1/PatronCategories.pm (-2 / +2 lines)
Lines 1-4 Link Here
1
package Koha::REST::V1::PatronCategories;
1
package Koha::REST::V1::Patrons::Categories;
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
Lines 23-29 use Try::Tiny qw( catch try ); Link Here
23
23
24
=head1 NAME
24
=head1 NAME
25
25
26
Koha::REST::V1::PatronCategories
26
Koha::REST::V1::Patrons::Categories;
27
27
28
=head1 API
28
=head1 API
29
29
(-)a/api/v1/swagger/paths/patron_categories.yaml (-2 / +1 lines)
Lines 1-7 Link Here
1
---
1
---
2
/patron_categories:
2
/patron_categories:
3
  get:
3
  get:
4
    x-mojo-to: PatronCategories#list
4
    x-mojo-to: Patrons::Categories#list
5
    operationId: listPatronCategories
5
    operationId: listPatronCategories
6
    tags:
6
    tags:
7
      - patron_categories
7
      - patron_categories
8
- 

Return to bug 26297