commit ff8f0f7212688dcb3ad34126d1d5c620749b6354
parent b39f187bd0177d5647581b70f0e75fee299923e6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 21 Apr 2024 09:35:07 +0200
business_name is new
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
@@ -59,6 +59,9 @@ Receiving Configuration
// @since v0, may become mandatory in the future.
implementation?: string;
+ // Name of the business operating the service (for display to the user).
+ business_name?: string;
+
// Supported authorization methods.
methods: AuthorizationMethodConfig[];