commit dc77bf00076953e541d9b903955be68fa1578f22
parent d4d17a563de7467986c618c71ffd93e60969722a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 29 Nov 2021 01:43:08 -0500
fix warning: use double-quote instead of `
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
@@ -13,18 +13,18 @@ Current Sandbox API
** Camt debug **
- POST /admin/payments/camt
+ POST /admin/payments/camt
give last statement of requesting account
** Bank accounting **
- POST /admin/bank-accounts/$accountLabel
+ POST /admin/bank-accounts/$accountLabel
create bank account (no EBICS involved)
GET /admin/bank-accounts
Give summary of all the bank accounts.
- GET /admin/bank-accounts/$accountLabel
+ GET /admin/bank-accounts/$accountLabel
give general information about a bank account
** Transactions **
@@ -62,7 +62,7 @@ Current Sandbox API
Create a new EBICS host.
GET /admin/ebics/hosts
- Show details of all the EBICS hosts in the bank.
+ Show details of all the EBICS hosts in the bank.
** EBICS serving **
@@ -302,7 +302,7 @@ Sandbox serves the following resources:
- Transactions.
- Customers.
- Reports.
-
+
The resources are subject to all CRUD operations, via by two
types of users: the 'admin' and the customers. The admin has
rights on all of them.
@@ -359,7 +359,7 @@ Subscribers.
Subscribers are (optional) customers identities for protocols
other than the native one.
-A subscriber is not required to have a bank account `soon`. Therefore,
+A subscriber is not required to have a bank account "soon". Therefore,
it can be created, and later be linked to one bank account. For this
reason, the ``$base`` should not mention one bank account.