diff options
-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) |