taler-docs

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

commit 5a363440022ce913ba40987ea7062ea24aa8a100
parent 07e13acb9c63d103969d85560c69a03191383e3d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon, 23 Jun 2025 18:12:01 +0200

scope s/admin/all

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -122,8 +122,8 @@ Scopes Access tokens can be requested with a (limiting) scope. Available scopes and their associated permissions are: * ``readonly``: ``*-read`` -- Access to APIs using ``GET`` requests is always allowed. -* ``write`` (*deprecated*): See ``admin``. -* ``admin``: ``*`` -- General access to all APIs and endpoints. (Since **v19**) +* ``write`` (*deprecated*): See ``all``. +* ``all``: ``*`` -- General access to all APIs and endpoints. (Since **v19**) * ``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**)