commit 435589e660bc21c49c143a648197b3471b3e3835 parent 3abb9ea3c7ddbdb6036cae64e3e4111a75d7e064 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 22 Apr 2025 14:13:43 +0200 typos Diffstat:
| M | core/api-mailbox.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -85,7 +85,7 @@ Sending messages The content of the request must be the message with a size of exactly message_body_bytes (see `VersionResponse`_). - The header Mailbox-Oder-Id may be provided if the client recently + The header `Mailbox-Order-Id` may be provided if the client recently paid for this message. **Response** @@ -96,8 +96,8 @@ Sending messages Client needs to make a Taler payment before proceeding. See standard Taler payment procedure. :http:statuscode:`403 Forbidden` - The specified ``order_id`` does not permit sending - of this message. Possible reaons include the order + The specified order ID in the `Mailbox-Order-Id` header does not + permit sending of this message. Possible reasons include the order being for a different message, unpaid or malformed. This response comes with a standard `ErrorDetail` response.