commit 66b8b80e3204433724b4a554a86028c236384612 parent ce45719fbeba87394369d4c19c000da3d6cd22e6 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Mon, 23 Jun 2025 12:15:11 +0200 fix Diffstat:
| M | core/api-merchant.rst | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1334,9 +1334,9 @@ Setting up instances @since **vTOKENS** - **Required permission**: ``tokens-write`` + **Required permission**: ``tokens-write`` - **Response:** + **Response:** :http:statuscode:`204 No content`: Token deleted. @@ -1349,7 +1349,9 @@ Setting up instances .. http:delete:: [/instances/$INSTANCE]/private/token - **Response:** + Delete the token presented in the authorization header. + + **Response:** :http:statuscode:`204 No content`: The access token used to authorize this request was revoked.