From 277e19bd10a1e2f2ae39b50e25f58c9938d1a2c3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 16 Sep 2022 17:10:41 -0300 Subject: [PATCH] Bug 15348: Add estimated_delivery_date to object spec Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/order.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/v1/swagger/definitions/order.yaml b/api/v1/swagger/definitions/order.yaml index fbe380f6f9..b6c6a7b87d 100644 --- a/api/v1/swagger/definitions/order.yaml +++ b/api/v1/swagger/definitions/order.yaml @@ -224,6 +224,12 @@ properties: current_item_level_holds_count: type: integer description: Current holds count for associated items + estimated_delivery_date: + type: + - string + - "null" + format: date + description: Estimated delivery date fund: type: - object -- 2.37.3