Skip to content

Commit 28f0d59

Browse files
Update graph/patterns/namespace.md
Co-authored-by: Darrel <[email protected]>
1 parent e302b76 commit 28f0d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ case, i.e microsoft.graph.myNamespace.
2727

2828
When type casting is required in the API query, request or response, a fully
2929
qualified type name is represented as concatenation of a namespace and a type
30-
name. For consistent user experience namespaces should be aligned with the corresponding API category path segment.
30+
name. For consistent user experience namespaces MUST be aligned with the corresponding API category path segment.
3131

3232

3333
## When to Use this Pattern

0 commit comments

Comments
 (0)