Skip to content

Commit 52bedf0

Browse files
authored
removed 200OK from an example
1 parent 8cc28fa commit 52bedf0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

graph/patterns/viewpoint.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ GET https://graph.microsoft.com/v1.0/users/8b081ef6-4792-4def-b2c9-c363a1bf41d5/
5757
```
5858

5959
```http
60+
6061
HTTP/1.1 200 OK
6162
Content-type: application/json
63+
```
6264

65+
```
6366
{
6467
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats",
6568
"@odata.count": 3,
@@ -94,8 +97,6 @@ The following example shows marking a chat `viewpoint` as read for a user using
9497
```http
9598
9699
POST https://graph.microsoft.com/beta/chats/19:7d898072-792c-4006-bb10-5ca9f2590649_8ea0e38b-efb3-4757-924a-5f94061cf8c2@unq.gbl.spaces/markChatReadForUser
97-
Content-Type: application/json
98-
Content-length: 106
99100
100101
{
101102
"user": {
@@ -117,9 +118,6 @@ The following example shows how to mark a topic with the `viewpoint` label as re
117118
```
118119
PATCH https://graph.microsoft.com/beta/sampleTopics/19:7d898072-792c-4006-bb10-5ca9f259
119120
120-
HTTP/1.1 200 OK
121-
Content-Type: application/json
122-
123121
{
124122
"title": "Announcements: Changes to PowerPoint and Word to open files faster",
125123
...

0 commit comments

Comments
 (0)