commit f48ba44cbaf4166385e96b18be24be9055f026ff parent 4c9dd8ca58633e4f9d63a2d6d994dfd961558389 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 11 Nov 2025 16:28:17 +0100 forgot query param Diffstat:
| M | core/api-mailbox.rst | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -310,6 +310,14 @@ Receiving messages where ``TALER_SIGNATURE_MAILBOX_DELETE_MESSAGES`` is a signature purpose value registered in GANA. + :query count=NUMBER: *Optional.* If specified, + the Mailbox service will delete up to ``NUMBER`` + of new messages starting from the ID provided + in ``Match-If``. + If the parameter is not provided, only a single + message will be deleted. + + **Details:** .. _MessageDeletionRequest: