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 6e825cf commit cd8a2b1Copy full SHA for cd8a2b1
graph/GuidelinesGraph.md
@@ -276,7 +276,7 @@ APIs SHOULD use resource-based designs with standard HTTP methods rather than op
276
| :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.
+Operation resources must have a binding parameter matching the type of the bound resource.
280
In addition both actions and functions support overloading, meaning an API definition may contain multiple actions or functions with the same name.
281
282
For a complete list of standard HTTP operations you can refer to the [Microsoft
0 commit comments