diff options
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", + }, ], }, |