Skip to content

Commit 97ae84b

Browse files
author
negrunch
committed
Clarify payload structure to avoid misimplementation
1 parent 5b67c7b commit 97ae84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Clients can request detailed information for existing orders by sending a nip59
44

55
## Request message
66

7-
The client sends a message where the payload is an array of order IDs. At least one ID must be provided, Mostro may reject the request if it exceeds its configured limits.
7+
The client sends a message where the payload object includes an `ids` array of order IDs. At least one ID must be provided, and Mostro may reject the request if the array exceeds its configured limits.
88

99
```json
1010
{

0 commit comments

Comments
 (0)