diff options
author | Christian Fehmer <[email protected]> | 2024-09-11 14:16:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-11 14:16:34 +0200 |
commit | 4f75a00cb3a5325c99384bdaee7c3a03fc15371c (patch) | |
tree | 171aff8e8917cc5b76e0f73deafa122027bbad2a /backend/scripts | |
parent | b315836deefc51fcbeaab15b105e486fdc6c5971 (diff) | |
download | monkeytype-4f75a00cb3a5325c99384bdaee7c3a03fc15371c.tar.gz monkeytype-4f75a00cb3a5325c99384bdaee7c3a03fc15371c.zip |
impr: use ts-rest for webhook endpoints (@fehmer, @miodec) (#5871)
!nuf
Diffstat (limited to 'backend/scripts')
-rw-r--r-- | backend/scripts/openapi.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/scripts/openapi.ts b/backend/scripts/openapi.ts index 5798b28c9..744420b20 100644 --- a/backend/scripts/openapi.ts +++ b/backend/scripts/openapi.ts @@ -134,6 +134,12 @@ export function getOpenApi(): OpenAPIObject { "x-displayName": "Development", "x-public": "no", }, + { + name: "webhooks", + description: "Endpoints for incoming webhooks.", + "x-displayName": "Webhooks", + "x-public": "yes", + }, ], }, |