Fix documentation issue

This commit is contained in:
2026-01-31 00:21:24 -07:00
parent ef52f8fcac
commit 2568f9d8fe

View File

@@ -1173,6 +1173,9 @@ app.post(
"The endpoint for overwriting the account's save file on the server.",
tags: ['Berry Dash', 'Accounts']
},
body: t.Object({
saveData: t.String()
}),
headers: t.Object({
authorization: t.String({
description: 'This is your session token'