summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-17 02:36:54 +0100
committerRory& <root@rory.gay>2026-03-17 02:36:54 +0100
commitecea5540fa39a117055caa96c8b3d78b998da9e6 (patch)
tree40739e4f57389d8e26aa0f8fbeca29454a6d25f4 /src/api
parentColor coded logging for missing request/response schemas in openapi (diff)
downloadserver-ts-ecea5540fa39a117055caa96c8b3d78b998da9e6.tar.xz
Schemas for stickers
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/guilds/#guild_id/stickers.ts2
-rw-r--r--src/api/routes/sticker-packs/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/guilds/#guild_id/stickers.ts b/src/api/routes/guilds/#guild_id/stickers.ts

index 857713de..aa3b76b1 100644 --- a/src/api/routes/guilds/#guild_id/stickers.ts +++ b/src/api/routes/guilds/#guild_id/stickers.ts
@@ -29,7 +29,7 @@ router.get( route({ responses: { 200: { - body: "APIStickerArray", + body: "StickersResponse", }, 403: { body: "APIErrorResponse", diff --git a/src/api/routes/sticker-packs/index.ts b/src/api/routes/sticker-packs/index.ts
index b5b08cfa..ce4f214d 100644 --- a/src/api/routes/sticker-packs/index.ts +++ b/src/api/routes/sticker-packs/index.ts
@@ -27,7 +27,7 @@ router.get( route({ responses: { 200: { - body: "APIStickerPackArray", + body: "StickersResponse", }, }, }),