From 95d81d3704dfc5d5ca6aa070dec9e5052486ac3f Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Sun, 23 Oct 2022 20:09:18 +0000 Subject: [PATCH] Bug 32030: Remove inexistent 'agreements' embed from licenses - API spec Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/erm_licenses.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/v1/swagger/paths/erm_licenses.yaml b/api/v1/swagger/paths/erm_licenses.yaml index 520cb30ca6..5fc40e2789 100644 --- a/api/v1/swagger/paths/erm_licenses.yaml +++ b/api/v1/swagger/paths/erm_licenses.yaml @@ -178,7 +178,6 @@ permissions: erm: 1 x-koha-embed: - - agreements - documents put: x-mojo-to: ERM::Licenses#update @@ -235,7 +234,6 @@ permissions: erm: 1 x-koha-embed: - - agreements - documents delete: x-mojo-to: ERM::Licenses#delete -- 2.20.1