gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: revise forget spec


From: gnunet
Subject: [taler-docs] branch master updated: revise forget spec
Date: Sat, 18 Jul 2020 07:04:11 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c95e975  revise forget spec
c95e975 is described below

commit c95e975013a303380b41debe21c759b87f405c18
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Sat Jul 18 01:04:05 2020 -0400

    revise forget spec
---
 core/api-merchant.rst | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 9be0b2d..8e86c61 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1054,7 +1054,18 @@ Payment processing
   **Request:**
 
   The request must be a `forget request <ForgetRequest>`. The fields specified
-  must have been marked as forgettable when the contract was created.
+  must have been marked as forgettable when the contract was created. Fields in
+  the request that are not in the `contract terms <ContractTerms>` are ignored.
+
+  A valid
+  JSON path is defined as a string beginning with ``$.`` that follows the dot
+  notation: ``$.wire_fee``, for example. The ``$`` represents the `contract 
terms <ContractTerms>`
+  object, and an identifier following a ``.`` represents the field of that
+  identifier belonging to the object preceding the dot. Arrays can be indexed
+  by an non-negative integer within brackets: ``$.products[1]``. An asterisk 
``*``
+  can be used to index an array as a wildcard, which expands the path into a
+  list of paths containing one path for
+  each valid array index: ``$.products[*].description``.
 
   **Response:**
 

-- 
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]