From b1b4b10417233764de642dfa61cf995f5a4e69d8 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 19 Nov 2024 13:46:52 +1100 Subject: [PATCH] Update API docs --- swagger/dfc.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swagger/dfc.yaml b/swagger/dfc.yaml index 72a3699ab5a..12542eae9b8 100644 --- a/swagger/dfc.yaml +++ b/swagger/dfc.yaml @@ -97,12 +97,14 @@ paths: dfc-b:hasAddress: "@type": dfc-b:Address dfc-b:hasPostalCode: '20170' + dfc-b:hasCity: Herndon + dfc-b:hasCountry: Australia dfc-b:supplies: "@type": dfc-b:SuppliedProduct dfc-b:name: Tomato dfc-b:hasQuantity: "@type": dfc-b:QuantitativeValue - dfc-b:hasUnit: dfc-m:Gram + dfc-b:hasUnit: dfc-m:Piece dfc-b:value: 1.0 dfc-b:concernedBy: "@type": dfc-b:OrderLine @@ -124,6 +126,8 @@ paths: dfc-b:hasAddress: "@type": dfc-b:Address dfc-b:hasPostalCode: '20170' + dfc-b:hasCity: Herndon + dfc-b:hasCountry: Australia '400': description: bad request "/api/dfc/enterprises/{enterprise_id}/catalog_items":