From 4d4be06ccf7901ad71faa447225324689100a97a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 10 Aug 2022 17:24:51 +0000 Subject: [PATCH] Bug 31017: (follow-up) Add type field to api --- api/v1/swagger/definitions/vendor.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/vendor.yaml b/api/v1/swagger/definitions/vendor.yaml index c311249f7e..7716931c40 100644 --- a/api/v1/swagger/definitions/vendor.yaml +++ b/api/v1/swagger/definitions/vendor.yaml @@ -44,6 +44,11 @@ properties: - string - "null" description: Vendor account number + type: + type: + - string + - "null" + description: Type of vendor notes: type: - string -- 2.30.2