From 0ca09310c05696838e65671bf48aeb6432192b09 Mon Sep 17 00:00:00 2001 From: sbrahanpure <66551166+sbrahanpure@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:56:06 +0530 Subject: [PATCH] Update orders.yaml --- openapi/orders.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/orders.yaml b/openapi/orders.yaml index 2e32996..9f0985a 100644 --- a/openapi/orders.yaml +++ b/openapi/orders.yaml @@ -1,10 +1,10 @@ openapi: 3.0.0 info: - version: '1.0.0' + version: '1.01' title: Pizza Order API license: name: Apache 2.0 - description: 'Pizza ordering API Demo for today' + description: 'Pizza ordering APIs' contact: name: Kong servers: @@ -128,4 +128,4 @@ components: Orders: type: array items: - $ref: "#/components/schemas/Order" \ No newline at end of file + $ref: "#/components/schemas/Order"