gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: sync: minor fix


From: gnunet
Subject: [taler-docs] branch master updated: sync: minor fix
Date: Mon, 18 Nov 2019 14:43:58 +0100

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8e4ab14  sync: minor fix
8e4ab14 is described below

commit 8e4ab148200fdbd8f78f721bf2af5e9fccfa653f
Author: Florian Dold <address@hidden>
AuthorDate: Mon Nov 18 14:43:52 2019 +0100

    sync: minor fix
---
 core/api-sync.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst
index 9af48c8..8b8ce5e 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -126,14 +126,14 @@ Receiving Terms of Service
 
       // protocol version supported by the server,
       // for now always "0.0".
-      version: Integer;
+      version: string;
 
     }
 
 
 .. _sync:
 
-.. http:get:: /backups/$ACCOUNT-KEY
+.. http:get:: /backups/${ACCOUNT-KEY}
 
   Download latest version of the backup.
   The returned headers must include "Etags" based on
@@ -193,7 +193,7 @@ Receiving Terms of Service
     signature validation.
 
 
-.. http:post:: /$ACCOUNT-KEY
+.. http:post:: /backups/${ACCOUNT-KEY}
 
   Upload a new version of the account's database, or download the
   latest version.  The request SHOULD include the "Expect: 100 Continue"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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