Skip to content

Commit 04ab617

Browse files
replaced action with operation
Co-authored-by: Darrel <[email protected]>
1 parent 0c94b2b commit 04ab617

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
@@ -273,7 +273,7 @@ APIs SHOULD use resource-based designs with standard HTTP methods rather than op
273273
| :heavy_check_mark: **MUST** use DELETE to delete deletable resources |
274274
| :heavy_check_mark: **MUST** use GET for listing and reading resources. |
275275
| :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. |
276+
| :ballot_box_with_check: **SHOULD** avoid using multiple round trips to complete a single logical operation. |
277277

278278

279279
Bound operations must have a binding parameter matching the type of the bound resource.

0 commit comments

Comments
 (0)