summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-02 15:55:01 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-02 15:55:01 +0200
commit0fd1ff58aa3771943164285c1143eebfa3a753d4 (patch)
tree893f167b2e08a9b73eaa3d309df5ea8e1e2defd5 /core/api-merchant.rst
parentb9d293ee25396118878faaf4d63219326ab6ebb5 (diff)
downloaddocs-0fd1ff58aa3771943164285c1143eebfa3a753d4.tar.gz
docs-0fd1ff58aa3771943164285c1143eebfa3a753d4.tar.bz2
docs-0fd1ff58aa3771943164285c1143eebfa3a753d4.zip
#6812: indicate deleted but not purged instances
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index dfcec1b9..46809d8a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1070,6 +1070,8 @@ Inspecting instances
// front-ends do not have to support wallets selecting payment targets.
payment_targets: string[];
+ // Has this instance been deleted (but not purged)?
+ deleted: boolean;
}