summaryrefslogtreecommitdiff
path: root/core/api-sync.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-14 19:30:38 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-14 19:30:48 +0100
commit5c078ea2eac5d1b1989f2f6b899998429cad2da8 (patch)
tree5ac1169887b0551fe08acdc46a7b9dd6bead40db /core/api-sync.rst
parent26003a906880384d5c6e63f85d3d26aafe33a405 (diff)
downloaddocs-5c078ea2eac5d1b1989f2f6b899998429cad2da8.tar.gz
docs-5c078ea2eac5d1b1989f2f6b899998429cad2da8.tar.bz2
docs-5c078ea2eac5d1b1989f2f6b899998429cad2da8.zip
simplify sync spec
Diffstat (limited to 'core/api-sync.rst')
-rw-r--r--core/api-sync.rst24
1 files changed, 0 insertions, 24 deletions
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