From e5c0334b3da5f165bde2ab3d94c1cbb796e53ded Mon Sep 17 00:00:00 2001 From: Darren Yong Date: Wed, 1 Nov 2023 15:09:54 -0700 Subject: [PATCH] refactor: add tags to webhooks --- 3.1/json/webhooks.json | 3 ++- 3.1/yaml/webhooks.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/3.1/json/webhooks.json b/3.1/json/webhooks.json index d39d129..799df57 100644 --- a/3.1/json/webhooks.json +++ b/3.1/json/webhooks.json @@ -21,7 +21,8 @@ "200": { "description": "Return a 200 status to indicate that the data was received successfully" } - } + }, + "tags": ["Webhooks"] } } }, diff --git a/3.1/yaml/webhooks.yaml b/3.1/yaml/webhooks.yaml index c4625b5..f46cad0 100644 --- a/3.1/yaml/webhooks.yaml +++ b/3.1/yaml/webhooks.yaml @@ -15,6 +15,8 @@ webhooks: '200': description: Return a 200 status to indicate that the data was received successfully + tags: + - Webhooks components: schemas: Pet: