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'