summaryrefslogtreecommitdiff
path: root/core/api-sync.rst
diff options
context:
space:
mode:
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