Skip to content

Commit f9d769e

Browse files
Update graph/patterns/operations.md
Co-authored-by: Garrett DeBruin <[email protected]>
1 parent 8381ace commit f9d769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For Microsoft Graph, actions and functions must have the `isBound="true"` attrib
3737
- API designer **MUST** use POST to call actions on resources.
3838
- API designer **MUST** use GET to call functions on resources.
3939

40-
- The addition of a new mandatory not-nullable parameter to an existing action or function is a breaking change and is not allowed without proper versioning.
40+
- The addition of a new mandatory not-nullable parameter to an existing action or function is a breaking change and is not allowed without proper versioning that is in accordance with our [deprecation guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/graph/deprecation.md).
4141

4242
## Example
4343

0 commit comments

Comments
 (0)