Fix these endpoints

This commit is contained in:
2026-01-30 21:57:27 -07:00
parent e303a40cc1
commit 4cbf0dbf5d

View File

@@ -598,8 +598,7 @@ app.post('/account/forgot-password', accountForgotPasswordPostHandler, {
}) })
app.post('/account/reset-password', accountResetPasswordPostHandler, { app.post('/account/reset-password', accountResetPasswordPostHandler, {
detail: { detail: {
description: 'The endpoint for resetting the password for an account.', hide: true
tags: ['Accounts']
}, },
body: t.Object({ body: t.Object({
token: t.String(), token: t.String(),
@@ -961,8 +960,7 @@ app.get('/berrydash/splash-text', berryDashSplashTextGetHandler, {
}) })
app.post('/berrydash/splash-text', berryDashSplashTextPostHandler, { app.post('/berrydash/splash-text', berryDashSplashTextPostHandler, {
detail: { detail: {
description: 'The endpoint for submitting splash texts.', hide: true
tags: ['Berry Dash', 'Splash Texts']
}, },
body: t.Object({ body: t.Object({
token: t.String(), token: t.String(),