Skip to content

Commit 9b73693

Browse files
authored
Add link to delta query limitations.
1 parent 6ffc093 commit 9b73693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/delta-query-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Take note of the following items:
4848
- Only properties included in `$select` are tracked for changes. If `$select` isn't specified, all properties of the object are tracked for changes.
4949
- The optional `$select` query parameter is also used to show how group members can be retrieved together with group objects. This capability allows tracking of membership changes, such as when users are added or removed from groups.
5050
- The initial request doesn't include a state token. State tokens are used in subsequent requests.
51-
51+
- [Limitations of query parameters in delta functions](delta-query-overview.md#optional-query-parameters).
5252

5353
# [HTTP](#tab/http)
5454
<!-- {

0 commit comments

Comments
 (0)