From 0fd1ff58aa3771943164285c1143eebfa3a753d4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Apr 2021 15:55:01 +0200 Subject: #6812: indicate deleted but not purged instances --- core/api-merchant.rst | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3