From 4aeb57afccd7b36255a8172a3a0a37a97eb04610 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 2 May 2025 14:16:04 -0300 Subject: [PATCH] Bug 39816: (follow-up) Harmonize embeds in baskets As I traversed the REST API spec to add the `late_since_days` embed option, I noticed an inconsistency in the embed options we defined in each place a basket is to be returned. This patch makes all the places have the same embed options. Signed-off-by: Emmi Takkinen --- 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 c0fca2b2c41..d3fb3e8dcd9 100644 --- a/api/v1/swagger/paths/acquisitions_baskets.yaml +++ b/api/v1/swagger/paths/acquisitions_baskets.yaml @@ -22,6 +22,8 @@ items: type: string enum: + - basket_group + - creator - late_since_days collectionFormat: csv produces: -- 2.51.0