From 1f495dd3ad60eb087cf84dd5b29b14be76734e27 Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Wed, 8 Jul 2026 15:31:10 +1000 Subject: [PATCH] Restore mailbox attachment download URL snapshot --- openapi-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-app.json b/openapi-app.json index a3ff212..19459fc 100644 --- a/openapi-app.json +++ b/openapi-app.json @@ -1173,7 +1173,7 @@ }, "download_url": { "description": "Short-lived URL for this exact attachment. Fetch it promptly; if it expires, call the message or attachment metadata endpoint again to receive a fresh URL.", - "example": "https://app.sendmux.ai/api/v1/mailbox/messages/msg_123/attachments/blob_123?download_token=...", + "example": "https://app.sendmux.ai/api/v1/mailbox/messages/msg_123/attachment-downloads/attref_abc123?download_token=...", "type": "string" }, "filename": {