From 642b0341b04e2bcf6b86c39ae75bbcface4e86cb Mon Sep 17 00:00:00 2001 From: Dom Harrington Date: Tue, 25 Jul 2023 17:24:56 +0100 Subject: [PATCH] Update petstore.json --- petstore.json | 1 + 1 file changed, 1 insertion(+) diff --git a/petstore.json b/petstore.json index 6f0761b..23f2fb4 100644 --- a/petstore.json +++ b/petstore.json @@ -16,6 +16,7 @@ "/pets": { "get": { "summary": "List all pets", + "description": "Hello there! This is an endpoint description!", "operationId": "listPets", "tags": [ "pets"