From 5c078ea2eac5d1b1989f2f6b899998429cad2da8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Nov 2019 19:30:38 +0100 Subject: simplify sync spec --- core/api-sync.rst | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'core/api-sync.rst') diff --git a/core/api-sync.rst b/core/api-sync.rst index 207124aa..6404c9e7 100644 --- a/core/api-sync.rst +++ b/core/api-sync.rst @@ -118,36 +118,12 @@ Receiving Terms of Service // maximum wallet database backup size supported storage_limit_in_megabytes: number; - // maximum number of sync requests per day (per account) - daily_sync_limit: number; - - // how long after an account (or device) becomes dormant does the - // service expire the respective records? - inactive_expiration: RelativeTime; - // Fee for an account, per year. annual_fee: Amount; } -.. http:get:: /salt - - Obtain the salt used by the storage service. - - - **Response:** - - Returns a `SaltResponse`. - - .. ts:def:: SaltResponse - - interface SaltResponse { - // salt value, at least 128 bits of entropy - salt: string; - } - - .. _sync: .. http:get:: /$WALLET-KEY -- cgit v1.2.3