summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 69229c16..032c08aa 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -68,8 +68,7 @@ Only the first user will be able to be the admin.
email: Option<String>,
password: String,
password_verify: String,
- admin: bool,
- spam_timeri: i64,
+ admin: bool
}
}
```