summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:27:28 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 13:27:28 -0400
commit4cd4f0e8392019f9e37e599aff301439143fc250 (patch)
treef04aa4a43b97901524d61df1c7dc1e88ae275e75 /core
parent40260f5faa394eace92d6e0ff1b867a9432755ff (diff)
downloaddocs-4cd4f0e8392019f9e37e599aff301439143fc250.tar.gz
docs-4cd4f0e8392019f9e37e599aff301439143fc250.tar.bz2
docs-4cd4f0e8392019f9e37e599aff301439143fc250.zip
add period at end of sentence
Diffstat (limited to 'core')
-rw-r--r--core/api-wire.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-wire.rst b/core/api-wire.rst
index ce8c94e4..76f42f96 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -51,7 +51,7 @@ Making Transactions
:http:statuscode:`200 OK`:
The request has been correctly handled, so the funds have been transferred to
- the recipient's account. The body is a `TransferResponse`
+ the recipient's account. The body is a `TransferResponse`.
:http:statuscode:`400 Bad request`:
Request malformed. The bank replies with an `ErrorDetail` object.
:http:statuscode:`401 Unauthorized`:
@@ -302,7 +302,7 @@ exposed by bank gateways in production.
:http:statuscode:`200 OK`:
The request has been correctly handled, so the funds have been transferred to
the recipient's account. The body is a `AddIncomingResponse`
- :http:statuscode:`400 Bad request`:
+ :http:statuscode:`400 Bad request`:
The request is malformed. The bank replies with an `ErrorDetail` object.
:http:statuscode:`401 Unauthorized`:
Authentication failed, likely the credentials are wrong.