Fix documentation issue
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user