Skip to content

Commit 0c94b2b

Browse files
updated POST recommendations
Co-authored-by: Darrel <[email protected]>
1 parent 1a27d61 commit 0c94b2b

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
@@ -268,7 +268,7 @@ APIs SHOULD use resource-based designs with standard HTTP methods rather than op
268268

269269
| Microsoft Graph rules for modeling behavior |
270270
|-----------------------------------------------------------------------------------------------------------------|
271-
| :heavy_check_mark: **MUST** use POST to create new entities in insertable entity sets or collections |
271+
| :heavy_check_mark: **MUST** use POST to create new entities in insertable entity sets or collections. This approach requires the server to produce system generated identities. |
272272
| :heavy_check_mark: **MUST** use PATCH to edit updatable resources |
273273
| :heavy_check_mark: **MUST** use DELETE to delete deletable resources |
274274
| :heavy_check_mark: **MUST** use GET for listing and reading resources. |

0 commit comments

Comments
 (0)