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

index 0794eaa8d..fca78292f 100644 --- a/src/api/routes/guilds/index.ts +++ b/src/api/routes/guilds/index.ts
@@ -40,7 +40,7 @@ router.post( 201: { body: "GuildCreateResponse", }, - 400: { + "4XX": { body: "APIErrorResponse", }, 403: {