@remit/api-openapi-spec 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +1 -1
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -2212,7 +2212,7 @@
|
|
|
2212
2212
|
"/threads/{threadId}/messages": {
|
|
2213
2213
|
"get": {
|
|
2214
2214
|
"operationId": "ThreadDetailOperations_listThreadMessages",
|
|
2215
|
-
"description": "Get all messages in a thread, across every mailbox of the account — a conversation spans INBOX, Sent, Archive and any folder the user filed a message in, so it is never scoped to one mailbox. Soft-deleted messages (including anything moved to Trash) are excluded.\n\nOne entry per piece of mail. A message synced from several folders is stored once, and where a second row exists for the same Message-ID — a copy taken with `copyMessages`, which gives its copy a fresh message id — the oldest is returned and the rest are dropped.",
|
|
2215
|
+
"description": "Get all messages in a thread, across every mailbox of the account — a conversation spans INBOX, Sent, Archive and any folder the user filed a message in, so it is never scoped to one mailbox. Soft-deleted messages (including anything moved to Trash) are excluded.\n\nOne entry per piece of mail. A message synced from several folders is stored once, and where a second row exists for the same Message-ID — a copy taken with `copyMessages`, which gives its copy a fresh message id — the oldest is returned and the rest are dropped.\n\nOrdering: oldest first, by the date the message was sent, with `threadMessageId` breaking ties. A conversation is read in the order it happened, so a reply always follows the message it answers. Pass `order=desc` for the reverse.",
|
|
2216
2216
|
"parameters": [
|
|
2217
2217
|
{
|
|
2218
2218
|
"name": "threadId",
|