Skip to content

Commit 729c96b

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

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 them to the client. You should also make this property filterable.
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 them to the client. The `viewpoint` property should also be filterable.
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)