]> Untitled Git - lemmy.git/commitdiff
Fixing delete account docs again.
authorDessalines <tyhou13@gmx.com>
Sat, 19 Oct 2019 04:42:35 +0000 (21:42 -0700)
committerDessalines <tyhou13@gmx.com>
Sat, 19 Oct 2019 04:42:35 +0000 (21:42 -0700)
- #298

docs/api.md

index 95d6970ea022d1db7541a6e315721ede4cfd7ab4..eb408f75cba04302401ac4b6b99242aea2eed4b4 100644 (file)
@@ -210,6 +210,7 @@ Only the first user will be able to be the admin.
 {
   op: "DeleteAccount",
   data: {
+    password: String,
     auth: String
   }
 }