From 3a7fd4cc36938666f09ee5945a28345763105075 Mon Sep 17 00:00:00 2001 From: Mariana Azevedo Date: Fri, 1 Jan 2021 04:15:56 +0000 Subject: [PATCH] Update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f00a157..45bd66f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Returns an empty body with one of the following: * 400 - Bad Request: the request was unacceptable, often due to missing a required parameter or invalid JSON. * 404 - Not Found: The requested resource doesn't exist. * 409 - Conflict: The request conflicts with another request (perhaps due to using the same idempotent key). -* 422 – Unprocessable Entity: if any of the fields are not parsable or the transaction date is in the future. +* 422 – Unprocessable Entity: if any of the fields are not parsable or the start date is greater than the end date. * 429 - Too Many Requests: Too many requests hit the API too quickly. We recommend an exponential back-off of your requests. * 500, 502, 503, 504 - Server Errors: something went wrong on API end (These are rare).