gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -combine /terms and /config


From: gnunet
Subject: [taler-docs] branch master updated: -combine /terms and /config
Date: Thu, 19 Aug 2021 11:34:18 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2f9fa62  -combine /terms and /config
2f9fa62 is described below

commit 2f9fa629636c2aa8a40083d6287c30c711c42ad9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 19 11:34:05 2021 +0200

    -combine /terms and /config
---
 core/api-sync.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst
index a6d6572..e3388cb 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -107,7 +107,7 @@ keys.
 Receiving Terms of Service
 --------------------------
 
-.. http:get:: /terms
+.. http:get:: /config
 
   Obtain the terms of service provided by the storage service.
 
@@ -118,14 +118,18 @@ Receiving Terms of Service
   .. ts:def:: SyncTermsOfServiceResponse
 
     interface SyncTermsOfServiceResponse {
+      // Name of the service
+      name: "sync";
+
       // Maximum backup size supported.
       storage_limit_in_megabytes: number;
 
       // Fee for an account, per year.
       annual_fee: Amount;
 
-      // Protocol version supported by the server,
-      // for now always "0.0".
+      // libtool-style representation of the Sync protocol version, see
+      // 
https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning
+      // The format is "current:revision:age".
       version: string;
 
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]