commit 4cd4f0e8392019f9e37e599aff301439143fc250
parent 40260f5faa394eace92d6e0ff1b867a9432755ff
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 13:27:28 -0400
add period at end of sentence
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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.