Skip to content

Commit 724b5f7

Browse files
authored
Merge pull request #556 from apiarya/patch-1
Fixed minor wording
2 parents 0674b4c + 00c5e08 commit 724b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The HTTP operations dictate how your API behaves. The URL of an API, along with
263263

264264
If possible, APIs SHOULD use resource-based designs with standard HTTP methods rather than operation resources. Operation resources are either functions or actions. According to [OData standards](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#_Toc31359009), a function represents an operation that returns a single instance or collection of instances of any type and doesn’t have an observable side effect. An action might have side effects and might return a result represented as a single entity or collection of any type.
265265

266-
| Microsoft Graph rules for modeling behavior |
266+
| Microsoft Graph rules for behavior modeling |
267267
|------------------------------------------------------------------|
268268
| :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. |
269269
| :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 in the request URL. |

0 commit comments

Comments
 (0)