summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-23 19:58:17 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-23 19:58:17 +0200
commit1f587fe6be6d4063a0d48e723bfb9f52509e4b53 (patch)
treef8dbc008426caecbfcbc4058d5c5ad5d1709325b
parent4e706885623ae527e23fa05f7658fafd323b7b6d (diff)
downloaddocs-1f587fe6be6d4063a0d48e723bfb9f52509e4b53.tar.gz
docs-1f587fe6be6d4063a0d48e723bfb9f52509e4b53.tar.bz2
docs-1f587fe6be6d4063a0d48e723bfb9f52509e4b53.zip
-match impl
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 11941257..636025bb 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1713,7 +1713,7 @@ Inspecting orders
:query wired: *Optional*. If set to yes, only return wired orders, if no only orders with missing wire transfers. Do not give (or use "all") to see all orders regardless of wire transfer status.
:query delta: *Optional*. takes value of the form ``N (-N)``, so that at most ``N`` values strictly older (younger) than ``start`` and ``date_ms`` are returned. Defaults to ``-20`` to return the last 20 entries (before ``start`` and/or ``date_ms``).
:query date_ms: *Optional.* Non-negative date in milliseconds after the UNIX Epoc, see ``delta`` for its interpretation. If not specified, we default to the oldest or most recent entry, depending on ``delta``.
- :query start: *Optional*. Row number threshold, see ``delta`` for its interpretation. Defaults to ``UINT64_MAX``, namely the biggest row id possible in the database.
+ :query start: *Optional*. Row number threshold, see ``delta`` for its interpretation. Defaults to ``INT64_MAX``, namely the biggest row id possible in the database.
:query timeout_ms: *Optional*. Timeout in milliseconds to wait for additional orders if the answer would otherwise be negative (long polling). Only useful if delta is positive. Note that the merchant MAY still return a response that contains fewer than ``delta`` orders.
**Response:**