mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #409 from tgruben/transaction-doc-update
correction to endpoint
This commit is contained in:
commit
c177bf831d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue