gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] branch master updated: Added message to s


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] branch master updated: Added message to status responses
Date: Mon, 29 Jul 2019 23:14:31 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 0617e6b  Added message to status responses
0617e6b is described below

commit 0617e6b7834ae7ec0666c03558109fba4e795bc9
Author: Dennis Neufeld <address@hidden>
AuthorDate: Mon Jul 29 23:14:23 2019 +0200

    Added message to status responses
---
 api                       |  1 -
 src/api/api-anastasis.rst | 12 ++++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/api b/api
deleted file mode 160000
index a401998..0000000
--- a/api
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a401998c5c3ef70408fae9b9fec61b95b45bf639
diff --git a/src/api/api-anastasis.rst b/src/api/api-anastasis.rst
index c47c268..d284733 100644
--- a/src/api/api-anastasis.rst
+++ b/src/api/api-anastasis.rst
@@ -108,7 +108,8 @@ This API is used by Anastasis clients to send a defined 
policy for masterkey rec
   .. code-block:: tsref
        
     interface PolicyStatus {
-     
+      // Message
+      message: String; 
     }
 
 ---------------------------------
@@ -136,7 +137,8 @@ This API is used by Anastasis clients to get the policies 
to recovery the master
   .. code-block:: tsref
        
     interface Policies {
-     
+      // Policies
+      policies: Policy[] 
     }
 
 .. _masterkey:
@@ -166,7 +168,8 @@ This API is used by Anastasis clients to send the encrypted 
masterkey to the esc
   .. code-block:: tsref
        
     interface MasterkeyStatus {
-     
+      // Message
+      message: String;      
     }
 
 ---------------------------------
@@ -224,7 +227,8 @@ This API is used by Anastasis clients to send an encrypted 
backup (wallet etc.)
   .. code-block:: tsref
        
     interface BackupStatus {
-     
+      // Message
+      message: String;  
     }
 
 ---------------------------------

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



reply via email to

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