Skip to content

Commit d63b292

Browse files
authored
Update API version and changelog entries
1 parent 114c940 commit d63b292

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ Content-type: application/json
530530
]
531531
}
532532
```
533+
533534
### Example 6: Get a chat message with a forwarded message
534535

535536
The following example shows a request that gets a chat message with a forwarded message as an attachment.
@@ -544,7 +545,7 @@ The following example shows a request.
544545
"sampleKeys": ["19:e2ed97baac8e4bffbb91299a38996790@thread.v2", "1727903166936"]
545546
}-->
546547
```msgraph-interactive
547-
GET https://graph.microsoft.com/beta/chats/19:e2ed97baac8e4bffbb91299a38996790@thread.v2/messages/1727903166936
548+
GET https://graph.microsoft.com/v1.0/chats/19:e2ed97baac8e4bffbb91299a38996790@thread.v2/messages/1727903166936
548549
```
549550

550551
#### Response
@@ -561,7 +562,7 @@ The following example shows the response. The message body contains a forwarded
561562
HTTP/1.1 200 OK
562563
Content-type: application/json
563564
{
564-
"@odata.context": "https://graph.microsoft.com/beta/$metadata#chats('19%3Ae2ed97baac8e4bffbb91299a38996790%40thread.v2')/messages/$entity",
565+
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats('19%3Ae2ed97baac8e4bffbb91299a38996790%40thread.v2')/messages/$entity",
565566
"@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",
566567
"id": "1727903166936",
567568
"replyToId": null,

changelog/Microsoft.Teams.Core.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5701,17 +5701,17 @@
57015701
{
57025702
"ChangeList": [
57035703
{
5704-
"Id": "3a5a736c-80cd-4f40-b4dc-d3c3a6ea14c0",
5704+
"Id": "5527a808-1e9a-4fa0-b52b-869cd2b870be",
57055705
"ApiChange": "Property",
57065706
"ChangedApiName": "contentType",
57075707
"ChangeType": "Change",
57085708
"Description": "Added `forwardedMessageReference` as a supported value for the **contentType** property in the [chatMessageAttachment](https://learn.microsoft.com/en-us/graph/api/resources/chatmessageattachment?view=graph-rest-1.0) resource.",
57095709
"Target": "chatMessageAttachment"
57105710
}
57115711
],
5712-
"Id": "3a5a736c-80cd-4f40-b4dc-d3c3a6ea14c0",
5712+
"Id": "5527a808-1e9a-4fa0-b52b-869cd2b870be",
57135713
"Cloud": "Prod",
5714-
"Version": "beta",
5714+
"Version": "v1.0",
57155715
"CreatedDateTime": "2025-01-14T18:15:55.2254479Z",
57165716
"WorkloadArea": "Teamwork and communications",
57175717
"SubArea": "Messaging"

concepts/whats-new-overview.md

Lines changed: 6 additions & 1 deletion
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-6-get-a-chat-message-with-a-forwarded-message) a chat message that has a forwarded message as an attachment.
25+
2026
## January 2025: New in preview only
2127

2228
### Device and app management | Cloud PC
@@ -131,7 +137,6 @@ The get and list operations of the [callRecording](/graph/api/resources/callreco
131137
### Teamwork and communications | Messaging
132138

133139
Use the **firstChannelName** property on [team](/graph/api/resources/team?view=graph-rest-beta&preserve-view=true) to set the name of the first channel created in a team.
134-
[Get](/graph/api/chatmessage-get?view=graph-rest-1.0&preserve-view=true#example-6-get-a-chat-message-with-a-forwarded-message) a chat message that has a forwarded message as an attachment.
135140

136141
## Contribute to Microsoft Graph
137142

0 commit comments

Comments
 (0)