commit d55012c1188c43946f50105f3dbd8076cf40ff80
parent 726d801d970c2f6b4951c6ed44d1839b86683f11
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 4 Jul 2025 16:07:38 +0200
add ADDRESS_HINT option (#9996)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
@@ -142,6 +142,10 @@ Receiving Configuration
// postal: CONTACT_NAME, ADDRESS_LINES, ADDRESS_COUNTRY
// postal-ch: CONTACT_NAME, ADDRESS_LINES
address_type: "email" | "phone" | "postal" | "postal-ch";
+
+ // Hint to show in the address bar for the user as an example for
+ // the format of the address.
+ address_hint: string;
}
.. _challenger-setup: