taler-docs

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

commit 16899f7a028c5bd4679c97237a00017532b38a03
parent f399dc529b726f6293cfa900fb062c4b60e935bb
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 10 Jul 2025 14:16:41 +0200

update scopes with spa

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -123,7 +123,8 @@ Access tokens can be requested with a (limiting) scope. Available scopes and the * ``readonly``: ``*-read`` -- Access to APIs using ``GET`` requests is always allowed. * ``write`` (*deprecated*): See ``all``. -* ``all``: ``*`` -- General access to all APIs and endpoints. (@since **v19**) +* ``all``: ``*`` -- General access to all APIs and endpoints and always refreshable. (@since **v19**) +* ``spa``: ``*`` -- General access to all APIs and endpoints. (@since **v20**) * ``order-simple``: ``orders-read``, ``orders-write`` -- Allows the creation of orders and checking of payment status. (@since **v19**) * ``order-pos``: ``orders-read``, ``orders-write``, ``inventory-lock`` -- Same as ``order-simple`` and allows inventory locking. (@since **v19**) * ``order-mgmt``: ``orders-read``, ``orders-write``, ``orders-refund`` -- Same as ``order-simple`` and also allows refunding. (@since **v19**)