Skip to content

Commit cdacf3a

Browse files
authored
Add missing newline in HTTP response example
1 parent d63b292 commit cdacf3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ The following example shows the response. The message body contains a forwarded
561561
```http
562562
HTTP/1.1 200 OK
563563
Content-type: application/json
564+
564565
{
565566
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats('19%3Ae2ed97baac8e4bffbb91299a38996790%40thread.v2')/messages/$entity",
566567
"@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",

0 commit comments

Comments
 (0)