[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/02: fix docs
From: |
gnunet |
Subject: |
[taler-docs] 02/02: fix docs |
Date: |
Thu, 14 Sep 2023 16:58:40 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository docs.
commit 0e8110c607c9ff5c66dfab0d629a43d899b42b3a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Sep 14 11:57:50 2023 -0300
fix docs
---
core/api-merchant.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3239db23..81bac40a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -983,12 +983,12 @@ Setting up instances
.. http:post:: /management/instances/$INSTANCE/auth
.. http:post:: [/instances/$INSTANCE]/private/auth
- Update the authentication settings for an instance. POST operations against
- an instance are authenticated by checking that an authorization is provided
- that matches either the credential required by the instance being modified
- OR the ``default`` instance, depending on the access path used.
+ Update the authentication settings for an instance. POST operations against
+ an instance are authenticated by checking that an authorization is provided
+ that matches either the credential required by the instance being modified
+ OR the ``default`` instance, depending on the access path used.
- **Request** the request must be an `InstanceAuthConfigurationMessage`.
+ **Request** the request must be an `InstanceAuthConfigurationMessage`.
:http:statuscode:`204 No content`:
The backend has successfully created the instance.
@@ -1006,7 +1006,7 @@ Setting up instances
// See "token" for details.
method: "external" | "token";
- // For method "external", this field is mandatory.
+ // For method "token", this field is mandatory.
// The token MUST begin with the string "secret-token:".
// After the auth token has been set (with method "token"),
// the value must be provided in a "Authorization: Bearer $token"
@@ -1017,11 +1017,11 @@ Setting up instances
.. http:post:: [/instances/$INSTANCE]/private/token
- **Request:**
+ **Request:**
- The request must be a `LoginTokenRequest`.
+ The request must be a `LoginTokenRequest`.
- **Response:**
+ **Response:**
:http:statuscode:`200 Ok`:
The backend is returning the access token in a
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.