Fixing delete account docs again.

- #298
This commit is contained in:
Dessalines 2019-10-18 21:42:35 -07:00
parent 3dc8b83cd6
commit 5547ecdeaf

1
docs/api.md vendored
View File

@ -210,6 +210,7 @@ Only the first user will be able to be the admin.
{ {
op: "DeleteAccount", op: "DeleteAccount",
data: { data: {
password: String,
auth: String auth: String
} }
} }