Fixing delete account docs again.

- #298
pull/313/head
Dessalines 2019-10-18 21:42:35 -07:00
parent 650304cc27
commit 9be8675722
1 changed files with 1 additions and 0 deletions

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
} }
} }