Fix these endpoints
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user