From c43634e207a58ddab18bd6496453ff30eb85337c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 30 Mar 2022 10:14:50 +0200 Subject: [PATCH] Bug 30055: Add missing x-koha-embed for /acquisitions/baskets/managers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Séverine Queune Signed-off-by: Martin Renvoize Signed-off-by: Fridolin Somers --- api/v1/swagger/paths/acquisitions_baskets.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/v1/swagger/paths/acquisitions_baskets.yaml b/api/v1/swagger/paths/acquisitions_baskets.yaml index c404d5808e..9237289f00 100644 --- a/api/v1/swagger/paths/acquisitions_baskets.yaml +++ b/api/v1/swagger/paths/acquisitions_baskets.yaml @@ -42,3 +42,5 @@ x-koha-authorization: permissions: acquisition: order_manage + x-koha-embed: + - extended_attributes -- 2.39.5