Skip to content

Commit 5f92d50

Browse files
authored
Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
1 parent 8821882 commit 5f92d50

6 files changed

Lines changed: 9 additions & 12 deletions

File tree

api-reference/beta/api/note-delta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Note: delta"
3-
description: "Get a set of notes that were added, updated, or deleted since the last delta query."
3+
description: "Get a set of note objects that were added, updated, or deleted in the user's Notes folder since the last delta query."
44
author: "rajeshvulla"
55
ms.date: 04/07/2026
66
ms.localizationpriority: medium
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Get a set of [note](../resources/note.md) objects that were added, updated, or deleted in the user's Notes folder since the last delta query. A **delta** function call for notes is similar to a GET request, except that by appropriately applying [state tokens](/graph/delta-query-overview) in one or more of these calls, you can query for incremental changes in the notes.
17+
Get a set of [note](../resources/note.md) objects that were added, updated, or deleted in the user's *Notes* folder since the last delta query. A **delta** function call for notes is similar to a GET request, except that by appropriately applying [state tokens](/graph/delta-query-overview) in one or more of these calls, you can query for incremental changes in the notes.
1818

1919
## Permissions
2020

api-reference/beta/api/user-list-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Get a list of the [note](../resources/note.md) objects in the user's Notes folder.
17+
Get a list of the [note](../resources/note.md) objects in the user's *Notes* folder.
1818

1919
## Permissions
2020

api-reference/beta/api/user-post-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Create a new [note](../resources/note.md) in the user's Notes folder.
17+
Create a new [note](../resources/note.md) in the user's *Notes* folder.
1818

1919
## Permissions
2020

api-reference/beta/resources/note.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Namespace: microsoft.graph
1515

1616
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1717

18-
Represents a simple note in the user's Notes folder. Notes support text content with optional inline image attachments, and are suitable for quick capture scenarios.
18+
Represents a simple note in the user's *Notes* folder. Notes support text content with optional inline image attachments, and are suitable for quick capture scenarios.
1919

2020
Inherits from [outlookItem](../resources/outlookitem.md).
2121

2222

2323
## Methods
2424
|Method|Return type|Description|
2525
|:---|:---|:---|
26-
|[List](../api/user-list-notes.md)|[note](../resources/note.md) collection|Get a list of the [note](../resources/note.md) objects in the user's Notes folder.|
27-
|[Create](../api/user-post-notes.md)|[note](../resources/note.md)|Create a new [note](../resources/note.md) in the user's Notes folder.|
26+
|[List](../api/user-list-notes.md)|[note](../resources/note.md) collection|Get a list of the [note](../resources/note.md) objects in the user's *Notes* folder.|
27+
|[Create](../api/user-post-notes.md)|[note](../resources/note.md)|Create a new [note](../resources/note.md) in the user's *Notes* folder.|
2828
|[Get](../api/note-get.md)|[note](../resources/note.md)|Read the properties and relationships of a [note](../resources/note.md) object.|
2929
|[Update](../api/note-update.md)|[note](../resources/note.md)|Update the properties of a [note](../resources/note.md) object.|
3030
|[Delete](../api/note-delete.md)|None|Delete a [note](../resources/note.md) object.|
31-
|[Get delta](../api/note-delta.md)|[note](../resources/note.md) collection|Get a set of [note](../resources/note.md) objects that were added, updated, or deleted in the user's Notes folder since the last delta query.|
31+
|[Get delta](../api/note-delta.md)|[note](../resources/note.md) collection|Get a set of [note](../resources/note.md) objects that were added, updated, or deleted in the user's *Notes* folder since the last delta query.|
3232
|[List attachments](../api/note-list-attachments.md)|[attachment](../resources/attachment.md) collection|Get the list of file attachments associated with a [note](../resources/note.md).|
3333
|[Create attachment](../api/note-post-attachments.md)|[attachment](../resources/attachment.md)|Add an inline image attachment to a [note](../resources/note.md).|
3434
|[Delete attachment](../api/attachment-delete.md)|None|Delete an inline image attachment from a [note](../resources/note.md).|

api-reference/beta/resources/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ For example, Cameron is an administrator of a directory for an elementary school
383383
|memberOf|[directoryObject](directoryobject.md) collection|The groups, directory roles, and administrative units that the user is a member of. Read-only. Nullable. Supports `$expand`. |
384384
|joinedTeams|[team](team.md) collection|The Microsoft Teams teams the user is a member of. Read-only. Nullable.|
385385
|messages|[message](message.md) collection|The messages in a mailbox or folder. Read-only. Nullable.|
386-
|notes|[note](note.md) collection|The notes in the user's Notes folder. Read-only. Nullable.|
386+
|notes|[note](note.md) collection|The notes in the user's *Notes* folder. Read-only. Nullable.|
387387
|onenote|[onenote](onenote.md)| Read-only.|
388388
|onlineMeetings|[onlineMeeting](onlinemeeting.md) collection| Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. |
389389
| onPremisesSyncBehavior | [onPremisesSyncBehavior](../resources/onpremisessyncbehavior.md) | Indicates the state of synchronization for a user between the cloud and on-premises Active Directory. Supports `$filter` only with advanced query capabilities, for example, `$filter=onPremisesSyncBehavior/isCloudManaged eq true&$count=true`.|

api-reference/beta/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ items:
9090
- name: Notes
9191
href: toc/notes/toc.yml
9292
displayName: OneNote
93-
- name: User Notes
94-
href: toc/user-notes/toc.yml
95-
displayName: Notes
9693
- name: Notifications (deprecated)
9794
href: toc/notifications-(deprecated)/toc.yml
9895
- name: People and workplace intelligence

0 commit comments

Comments
 (0)