From 1b5abca10b8dc583a398a4f228a4a75d61c2ae0d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 9 Apr 2018 20:32:39 -0500 Subject: User email field is optional --- proposals/0000-http-pinning-service-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals') 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) -- cgit v1.2.3