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

Commit

Permalink
refactor: add tags to webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenyong committed Nov 1, 2023
1 parent b4e0311 commit e5c0334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit e5c0334

Please sign in to comment.