Skip to content

Commit

Permalink
Merge pull request #9505 from catmanjan/patch-1
Browse files Browse the repository at this point in the history
Remove incorrect tip
  • Loading branch information
FaithOmbongi authored Jan 31, 2025
2 parents bb2fde0 + 305a47e commit 48fc264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concepts/delta-query-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The typical call pattern is as follows:

1. The application makes a GET request with the **delta** function on the desired resource. For example, `GET https://graph.microsoft.com/v1.0/users/delta`.

> [!TIP]
> `/delta` is a shortcut for the fully qualified name `/microsoft.graph.delta`. Requests generated by Microsoft Graph SDKs use the fully qualified name.
> [!TIP]
> `/delta` is a shortcut for the fully qualified name `/microsoft.graph.delta`.
2. Microsoft Graph responds with the requested resource and a [state token](#state-tokens).

Expand Down

0 comments on commit 48fc264

Please sign in to comment.