From 2568f9d8fe9e3e67600a372087f4524ec52877a3 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 31 Jan 2026 00:21:24 -0700 Subject: [PATCH] Fix documentation issue --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index e6edbde..02709da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'