We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c94b2b commit 04ab617Copy full SHA for 04ab617
graph/GuidelinesGraph.md
@@ -273,7 +273,7 @@ APIs SHOULD use resource-based designs with standard HTTP methods rather than op
273
| :heavy_check_mark: **MUST** use DELETE to delete deletable resources |
274
| :heavy_check_mark: **MUST** use GET for listing and reading resources. |
275
| :warning: **SHOULD NOT** use PUT for updating resources. |
276
-| :ballot_box_with_check: **SHOULD** avoid using multiple round trips to complete a single logical action. |
+| :ballot_box_with_check: **SHOULD** avoid using multiple round trips to complete a single logical operation. |
277
278
279
Bound operations must have a binding parameter matching the type of the bound resource.
0 commit comments