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.",
|
"The endpoint for overwriting the account's save file on the server.",
|
||||||
tags: ['Berry Dash', 'Accounts']
|
tags: ['Berry Dash', 'Accounts']
|
||||||
},
|
},
|
||||||
|
body: t.Object({
|
||||||
|
saveData: t.String()
|
||||||
|
}),
|
||||||
headers: t.Object({
|
headers: t.Object({
|
||||||
authorization: t.String({
|
authorization: t.String({
|
||||||
description: 'This is your session token'
|
description: 'This is your session token'
|
||||||
|
|||||||
Reference in New Issue
Block a user