From 4cd4f0e8392019f9e37e599aff301439143fc250 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 13:27:28 -0400 Subject: add period at end of sentence --- core/api-wire.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-wire.rst') 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. -- cgit v1.2.3