commit 2a7639e4cef0c68d3e943d7c12b5cc90f2fae82c parent 18ce41f9594286fb08aaf36827d2283775a8b2bf Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 6 Feb 2026 14:00:05 +0100 add phone number restriction to /config for #10981 Diffstat:
| M | core/api-merchant.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -245,6 +245,11 @@ such as the implemented version of the protocol and the currency used. // Since **v25**. report_generators: { section_name : string}; + // Posix regular expression for allowed phone numbers; + // applies when creating or patching an instance. + // Since **v26**. + phone_regex: string; + // Array of exchanges trusted by the merchant. // @since **v6**. exchanges: ExchangeConfigInfo[];