From 3db992e7877a5977d3ee35277b38bcd656059e9e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 17 Feb 2022 08:30:03 +0100 Subject: [PATCH] Bug 30055: (follow-up) Add missing embeds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomas Cohen Arazi Signed-off-by: Séverine Queune --- api/v1/swagger/paths/acquisitions_funds.yaml | 4 ++++ api/v1/swagger/paths/suggestions.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/api/v1/swagger/paths/acquisitions_funds.yaml b/api/v1/swagger/paths/acquisitions_funds.yaml index 188c91e537..7914a71616 100644 --- a/api/v1/swagger/paths/acquisitions_funds.yaml +++ b/api/v1/swagger/paths/acquisitions_funds.yaml @@ -102,6 +102,8 @@ x-koha-authorization: permissions: acquisition: budget_modify + x-koha-embed: + - extended_attributes /acquisitions/funds/users: get: x-mojo-to: Acquisitions::Funds#list_users @@ -145,3 +147,5 @@ x-koha-authorization: permissions: acquisition: budget_modify + x-koha-embed: + - extended_attributes diff --git a/api/v1/swagger/paths/suggestions.yaml b/api/v1/swagger/paths/suggestions.yaml index 7ecadd5e11..382f1aa7f1 100644 --- a/api/v1/swagger/paths/suggestions.yaml +++ b/api/v1/swagger/paths/suggestions.yaml @@ -257,3 +257,5 @@ x-koha-authorization: permissions: suggestions: suggestions_manage + x-koha-embed: + - extended_attributes -- 2.30.2