From 4af3d251659916d566d4c2fe6354d408e104ff50 Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Fri, 3 Jul 2026 11:58:21 +1000 Subject: [PATCH] docs: avoid postman bearer false positive --- openapi-app.json | 2 +- postman/sendmux-mailbox.postman_collection.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi-app.json b/openapi-app.json index 117da1f..8879a73 100644 --- a/openapi-app.json +++ b/openapi-app.json @@ -11191,7 +11191,7 @@ }, "/mailbox/messages/{message_id}/attachments/{attachment_id}": { "get": { - "description": "Streams one attachment from a message. Bearer authentication works as before; attachment metadata also provides short-lived download URLs for clients that cannot add an Authorization header. Supports standard byte ranges.", + "description": "Streams one attachment from a message through the authenticated endpoint. Attachment metadata also provides short-lived download URLs for clients that cannot set request headers. Supports standard byte ranges.", "operationId": "mailboxGetMessageAttachment", "parameters": [ { diff --git a/postman/sendmux-mailbox.postman_collection.json b/postman/sendmux-mailbox.postman_collection.json index 37cb1eb..db784ca 100644 --- a/postman/sendmux-mailbox.postman_collection.json +++ b/postman/sendmux-mailbox.postman_collection.json @@ -2537,7 +2537,7 @@ }, "request": { "description": { - "content": "Streams one attachment from a message. Bearer authentication works as before; attachment metadata also provides short-lived download URLs for clients that cannot add an Authorization header. Supports standard byte ranges.", + "content": "Streams one attachment from a message through the authenticated endpoint. Attachment metadata also provides short-lived download URLs for clients that cannot set request headers. Supports standard byte ranges.", "type": "text/plain" }, "header": [