summary refs log tree commit diff
path: root/src/api/routes/guilds/automations
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-16 09:39:21 +0200
committerRory& <root@rory.gay>2025-10-16 09:39:21 +0200
commit157cd64a665873d3a36905c0b9ea1705f8d5891d (patch)
tree36c4b07f25b7e57f6905479cff0490f421847e25 /src/api/routes/guilds/automations
parentImplement applications/@me (diff)
downloadserver-ts-dev/openapi-improvements.tar.xz
Diffstat (limited to 'src/api/routes/guilds/automations')
-rw-r--r--src/api/routes/guilds/automations/email-domain-lookup.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/guilds/automations/email-domain-lookup.ts b/src/api/routes/guilds/automations/email-domain-lookup.ts

index b6d3338bf..800c520f9 100644 --- a/src/api/routes/guilds/automations/email-domain-lookup.ts +++ b/src/api/routes/guilds/automations/email-domain-lookup.ts
@@ -35,7 +35,7 @@ router.post( 200: { body: "EmailDomainLookupResponse", }, - 400: { + "4XX": { body: "APIErrorResponse", }, }, @@ -70,7 +70,7 @@ router.post( // 200: { // body: "EmailDomainLookupVerifyCodeResponse", // }, - 400: { + "4XX": { body: "APIErrorResponse", }, 501: {},