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: