summaryrefslogtreecommitdiff
path: root/taler-mcig.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-12 00:19:59 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-12 00:19:59 -0500
commitc5dfb85675b479f769524b0323877a240dc5ad3a (patch)
tree8bbfac5337d780d19402b6e7d1836d2b492cf052 /taler-mcig.rst
parent18b73d95219694da1f9e19c9242fc1a1cfbd04c9 (diff)
downloaddocs-c5dfb85675b479f769524b0323877a240dc5ad3a.tar.gz
docs-c5dfb85675b479f769524b0323877a240dc5ad3a.tar.bz2
docs-c5dfb85675b479f769524b0323877a240dc5ad3a.zip
document contract term ‘_forgettable’
Diffstat (limited to 'taler-mcig.rst')
-rw-r--r--taler-mcig.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index 1090104f..386cb231 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -180,7 +180,10 @@ are demonstrated in the next section.
To forget a set of details, first the details that are to be forgotten
must be marked by including the names of the respective fields
- in a special field " (FIXME: How?, When? => see: https://bugs.gnunet.org/view.php?id=6365).
+ in a special field ``_forgettable`` in the contract.
+ The value of the field is a list of jq(1)-style paths.
+ FIXME: What about salt?
+
Then, you can use:
:http:patch:`[/instances/$INSTANCE]/private/orders/$ORDER_ID/forget`
to forget those details.