Bug 32030: ERM - REST API - GET POST PUT DELETE specs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Mar 2022 15:49:40 +0000 (16:49 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:43:37 +0000 (09:43 -0300)
commit3bf57d92a10546929303aacbed2e13630d88693a
tree2849a2e199ac7ba6ad8951de08b768c3e1c34e0b
parent98266bf125a6c0bb2c9bfa25c2f51b19a0be2df5
Bug 32030: ERM - REST API - GET POST PUT DELETE specs

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/ERM/Agreements.pm
api/v1/swagger/definitions/erm_agreement.yaml
api/v1/swagger/definitions/erm_agreement_period.yaml [new file with mode: 0644]
api/v1/swagger/definitions/erm_agreement_user_role.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_agreements.yaml
api/v1/swagger/swagger.yaml
t/db_dependent/api/v1/erm_agreements.t [changed mode: 0644->0755]
t/lib/TestBuilder.pm