Skip to content

Commit e2fa658

Browse files
author
Dan Kershaw [MSFT]
committed
Change to guidelines based on Mike Pizzo feedback
1 parent 16d3eca commit e2fa658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ If possible, APIs SHOULD use resource-based designs with standard HTTP methods r
250250

251251
| Microsoft Graph rules for modeling behavior |
252252
|------------------------------------------------------------------|
253-
| :heavy_check_mark: **MUST** use POST to create new entities in insertable entity sets or collections.<BR>This approach requires the server to produce a system generated key. |
253+
| :heavy_check_mark: **MUST** use POST to create new entities in insertable entity sets or collections.<BR>This approach requires the service to produce a system-generated key, or for a caller to provide a key in the request payload. |
254254
| :ballot_box_with_check: **SHOULD** additionally use PATCH to create new entities in insertable entity sets or collections.<BR>This [Upsert](./patterns/upsert.md) approach requires the caller to provide a key. |
255255
| :heavy_check_mark: **MUST** use PATCH to edit updatable resources. |
256256
| :heavy_check_mark: **MUST** use DELETE to delete deletable resources. |

0 commit comments

Comments
 (0)