taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f399dc529b726f6293cfa900fb062c4b60e935bb
parent 1ac3df84a96a7f9ce46b9d8754488e02571afb03
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 10 Jul 2025 08:54:52 +0200

add token description

Diffstat:
Mcore/api-merchant.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1249,6 +1249,9 @@ Setting up instances // on the token validity duration duration?: RelativeTime; + // Optional token description + description?: string; + // Can this token be refreshed? // Defaults to false. Deprecated since **v19**. // Use ":refreshable" scope prefix instead.