Skip to content

Commit f813654

Browse files
Update graph/patterns/viewpoint.md
Co-authored-by: Darrel <[email protected]>
1 parent 72a6f94 commit f813654

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
@@ -3,7 +3,7 @@
33
Microsoft Graph API Design Pattern
44

55

6-
*The viewpoint pattern provides the ability to manage an individual status of a shared object for multiple independent actors.*
6+
*The viewpoint pattern provides the ability to manage properties of a shared object that have different values for different users.*
77

88
## Problem
99
A shared resource, such as a website or a group message, may have different states for different users who access it at different times in an organizational context. For example, user1 may read and delete a message, while user2 may not have seen it yet. This usually happens when a shared item is presented in an individual context.

0 commit comments

Comments
 (0)