From 83310cef1f96be2bed6975493a9e3a6d6554bf87 Mon Sep 17 00:00:00 2001 From: ae-9 <63011142+ae-9@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:44:50 -0400 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..cd40356 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 API' 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"