Skip to content

Commit 06b1579

Browse files
OlgaPododkershaw10
andauthored
Update graph/patterns/viewpoint.md
Co-authored-by: Dan Kershaw [MSFT] <[email protected]>
1 parent b415a08 commit 06b1579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/viewpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A shared resource, such as a website or a group message, may have different stat
1111

1212
The viewpoint pattern provides a solution to how to model an individual user context on a shared resource using a `viewpoint` structural property on an API entity type.
1313
For example, the `viewpoint` property can indicate whether a message is read, deleted, or flagged for a given user.
14-
The consistent naming convention ensures that when a developer uses Graph APIs all ‘viewpoints’ structural properties represent type specific user context across different M365 services and features.
14+
The consistent naming convention ensures that when a developer uses Graph APIs all `viewpoint` structural properties represent type specific user context across different M365 services and features.
1515

1616
This pattern simplifies the API client logic by hiding the state transition details and providing state persistency on the server side. The server can manage the different viewpoints for the shared resource without exposing additional complexity to the client. To support queries for a user state the `viewpoint` property should support filtering.
1717
## Issues and considerations

0 commit comments

Comments
 (0)