summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-10-18 21:42:35 -0700
committerDessalines <tyhou13@gmx.com>2019-10-18 21:42:35 -0700
commit5547ecdeafe09be78c76236fbf01e73c638addf2 (patch)
tree54120b4a95bbb265594746279366203df606199d /docs
parent3dc8b83cd6f21b63e5903a121bab3a5aba2ade9a (diff)
Fixing delete account docs again.
- #298
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 95d6970e..eb408f75 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -210,6 +210,7 @@ Only the first user will be able to be the admin.
{
op: "DeleteAccount",
data: {
+ password: String,
auth: String
}
}