{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin chats.chatMessageInfo API", "version": "1.0.0" }, "items": [ { "info": { "name": "chats.chatMessageInfo", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get lastMessagePreview from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/lastMessagePreview", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property." }, { "info": { "name": "Microsoft Graph Update the navigation property lastMessagePreview in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/lastMessagePreview", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property lastMessagePreview in chats" }, { "info": { "name": "Microsoft Graph Delete navigation property lastMessagePreview for chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/lastMessagePreview", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ] }, "docs": "Microsoft Graph Delete navigation property lastMessagePreview for chats" } ] } ], "bundled": true }