Skip to content

Commit e32861b

Browse files
authored
Update viewpoint.md
1 parent 4d13b27 commit e32861b

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
@@ -13,7 +13,7 @@ The viewpoint pattern provides a solution to how to model an individual user con
1313
For example, the `viewpoint` property can indicate whether a message is read, deleted, or flagged for a given user.
1414
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.
1515

16-
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.
16+
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
1818

1919
- Because the `viewpoint` property reflects an individual user's context, it is null when accessed with application permissions.

0 commit comments

Comments
 (0)