summary refs log tree commit diff
path: root/src/api/routes/webhooks/#webhook_id/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/webhooks/#webhook_id/index.ts')
-rw-r--r--src/api/routes/webhooks/#webhook_id/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/webhooks/#webhook_id/index.ts b/src/api/routes/webhooks/#webhook_id/index.ts

index 878985ee2..31ac764cc 100644 --- a/src/api/routes/webhooks/#webhook_id/index.ts +++ b/src/api/routes/webhooks/#webhook_id/index.ts
@@ -66,7 +66,7 @@ router.delete( route({ responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorResponse", }, 404: {}, @@ -122,7 +122,7 @@ router.patch( 200: { body: "WebhookCreateResponse", }, - 400: { + "4XX": { body: "APIErrorResponse", }, 403: {},