Skip to content

Commit 0b6f6f5

Browse files
authored
Update API version and add new features
1 parent a2757dd commit 0b6f6f5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

api-reference/v1.0/api/chatmessage-get.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,14 +538,13 @@ The following example shows a request to get a chat message that @mentions every
538538

539539
The following example shows a request.
540540

541-
# [HTTP](#tab/http)
542541
<!-- {
543542
"blockType": "request",
544543
"name": "get_chatmessage_5",
545544
"sampleKeys": ["19:80a7ff67c0ef43c19d88a7638be436b1@thread.v2", "1725986575123"]
546545
}-->
547546
```msgraph-interactive
548-
GET https://graph.microsoft.com/beta/chats/19:80a7ff67c0ef43c19d88a7638be436b1@thread.v2/messages/1725986575123
547+
GET https://graph.microsoft.com/v1.0/chats/19:80a7ff67c0ef43c19d88a7638be436b1@thread.v2/messages/1725986575123
549548
```
550549

551550
#### Response
@@ -563,7 +562,7 @@ HTTP/1.1 200 OK
563562
Content-type: application/json
564563
565564
{
566-
"@odata.context": "https://graph.microsoft.com/beta/$metadata#chats('19%3A80a7ff67c0ef43c19d88a7638be436b1%40thread.v2')/messages/$entity",
565+
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats('19%3A80a7ff67c0ef43c19d88a7638be436b1%40thread.v2')/messages/$entity",
567566
"@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET chats('<key>')/messages('<key>')?$select=attachments,body",
568567
"id": "1725986575123",
569568
"replyToId": null,

concepts/whats-new-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
1717
> [!IMPORTANT]
1818
> Features in _preview_ status are subject to change without notice, and might not be promoted to generally available (GA) status. Don't use preview features in production apps.
1919
20+
## January 2025: New and generally available
21+
22+
### Teamwork and communications | Messaging
23+
24+
[Get](/graph/api/chatmessage-get#example-5-get-a-chat-message-with-an--for-everyone) a chat message with an @mention for everyone.
25+
2026
## January 2025: New in preview only
2127

2228
### Device and app management | Cloud PC

0 commit comments

Comments
 (0)