From 4d1ce90b32664529b7049da78ba5446bd0303a22 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Thu, 28 May 2020 15:36:00 -0500 Subject: [PATCH] correction to endpoint --- transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transaction.md b/transaction.md index f8f7f5723..4a3bae6d4 100644 --- a/transaction.md +++ b/transaction.md @@ -30,7 +30,7 @@ The base transaction endpoints are `/transactions`, for listing or creating transactions, and `/transaction/[id]`, for listing, creating, finishing, or cancelling a transaction. -A POST to `/transactions` attempts to create a transaction, assigning it an +A POST to `/transaction` attempts to create a transaction, assigning it an arbitrary ID that is not the ID of any existing transaction. A `GET` from `/transactions` lists existing transactions.