We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02ded5 commit d28bce6Copy full SHA for d28bce6
graph/patterns/viewpoint.md
@@ -72,7 +72,7 @@ Content-type: application/json
72
"chatType": "meeting",
73
"viewpoint":{
74
"lastMessageReadDateTime": "2021-03-28T21:10:00.000Z"
75
- // User has unread messages
+ /* User has unread messages */
76
}
77
},
78
{
@@ -83,7 +83,7 @@ Content-type: application/json
83
"chatType": "group",
84
85
"lastMessageReadDateTime": "0000-01-01T00:00:00.000Z"
86
- // User hasnt read anything since no message was posted
+ /* User hasnt read anything since no message was posted */
87
88
89
]
@@ -135,4 +135,4 @@ The server responds with a success status code and no payload:
135
136
```http
137
HTTP/1.1 204 No Content
138
-```
+```
0 commit comments