Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion postman/sendmux-mailbox.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down