commit 21c409b2da9eec003a1261d94a5c7e044461ea8d
parent 858393baf466f4050b46d59e9d3b8888fd3ebade
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 17 Jun 2025 16:10:51 +0200
typos
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -125,14 +125,14 @@ Access tokens can be requested with a (limiting) scope. Available scopes are:
* ``readonly``: Access to APIs using ``GET`` requests is always allowed.
* ``write`` (*deprecated*): See ``all``.
-* ``all``: General access to all APIs and endpoints.
+* ``all`` (**v42**): General access to all APIs and endpoints.
* ``order-simple`` (**v42**): Allows the creation of orders and checking of payment status.
* ``order-pos`` (**v42**): Same as ``order-simple`` and allows inventory locking.
* ``order-mgmt`` (**v42**): Same as ``order-simple`` and also allows refunding.
* ``order-full`` (**v42**): Same ``order-pos`` and ``order-mgmt`` combined.
Since **v42** the scope may be suffixed with ``:refreshable``, e.g. ``order-pos:refreshable``.
-This allows the token to be refresh at the token endpoint.
+This allows the token to be refreshed at the token endpoint.
This behaviour replaces the deprecated ``refreshable`` field in the `LoginTokenRequest`.
-----------------