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

index af4e029f2..553171b8a 100644 --- a/src/api/routes/guilds/#guild_id/channels.ts +++ b/src/api/routes/guilds/#guild_id/channels.ts
@@ -62,7 +62,7 @@ router.post( 201: { body: "Channel", }, - 400: { + "4XX": { body: "APIErrorResponse", }, 403: { @@ -96,7 +96,7 @@ router.patch( permission: "MANAGE_CHANNELS", responses: { 204: {}, - 400: { + "4XX": { body: "APIErrorResponse", }, 403: {