Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

refactor: add tags to webhooks #90

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 3.1/json/webhooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"200": {
"description": "Return a 200 status to indicate that the data was received successfully"
}
}
},
"tags": ["Webhooks"]
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions 3.1/yaml/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ webhooks:
'200':
description: Return a 200 status to indicate that the data was received
successfully
tags:
- Webhooks
components:
schemas:
Pet:
Expand Down