Merge pull request #409 from tgruben/transaction-doc-update

correction to endpoint
This commit is contained in:
tgruben 2020-05-29 07:22:18 -05:00 committed by GitHub
commit c177bf831d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.