summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:43:08 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:43:08 -0500
commitdc77bf00076953e541d9b903955be68fa1578f22 (patch)
treea52f31177a5e9775923cd74478c687e486e7a8d5 /libeufin/api-sandbox.rst
parentd4d17a563de7467986c618c71ffd93e60969722a (diff)
downloaddocs-dc77bf00076953e541d9b903955be68fa1578f22.tar.gz
docs-dc77bf00076953e541d9b903955be68fa1578f22.tar.bz2
docs-dc77bf00076953e541d9b903955be68fa1578f22.zip
fix warning: use double-quote instead of `
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 3266d232..9a52fc4c 100644
--- 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.