diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-04-09 20:32:39 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-04-09 20:32:39 -0500 |
commit | 1b5abca10b8dc583a398a4f228a4a75d61c2ae0d (patch) | |
tree | d49ad5ab8c59f91f987809d7539dc8103ee2085a /proposals | |
parent | ddecc70f08e203f977b04002610b21fb68cf67bb (diff) | |
download | dat-deps-1b5abca10b8dc583a398a4f228a4a75d61c2ae0d.tar.gz dat-deps-1b5abca10b8dc583a398a4f228a4a75d61c2ae0d.zip |
User email field is optional
Diffstat (limited to 'proposals')
-rw-r--r-- | proposals/0000-http-pinning-service-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/0000-http-pinning-service-api.md b/proposals/0000-http-pinning-service-api.md index 7dcaf1f..ae91c3e 100644 --- a/proposals/0000-http-pinning-service-api.md +++ b/proposals/0000-http-pinning-service-api.md @@ -118,8 +118,8 @@ Response body (JSON): ``` { - email: String, the accounts email (required) username: String, the accounts username (required) + email: String, the accounts email (optional) diskUsage: Number, how much disk space has the user's data taken? (optional) diskQuota: Number, how much disk space can the user's data take? (optional) updatedAt: Number, the Unix timestamp of the last time the user account was updated (optional) |