diff options
author | Puyodead1 <puyodead@proton.me> | 2023-03-25 18:01:56 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-04-13 15:39:31 -0400 |
commit | 860b9d583e720ba5e3d003e1eaca81faf22e360f (patch) | |
tree | d5c8301f756fe4e4a3b85dc7f58f6003f5f62c65 /src/api/routes/applications/#id/bot/index.ts | |
parent | oapi: users progress (diff) | |
download | server-860b9d583e720ba5e3d003e1eaca81faf22e360f.tar.xz |
oapi: finish users
Diffstat (limited to 'src/api/routes/applications/#id/bot/index.ts')
-rw-r--r-- | src/api/routes/applications/#id/bot/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/applications/#id/bot/index.ts b/src/api/routes/applications/#id/bot/index.ts index 5eea27e9..0a6e6fd4 100644 --- a/src/api/routes/applications/#id/bot/index.ts +++ b/src/api/routes/applications/#id/bot/index.ts @@ -35,8 +35,8 @@ router.post( "/", route({ responses: { - 200: { - body: "TokenResponse", + 204: { + body: "TokenOnlyResponse", }, 400: { body: "APIErrorResponse", |