Skip to content

Commit ff7efe1

Browse files
author
Rajesh Vulla
committed
fix review comments
1 parent 44a61f2 commit ff7efe1

5 files changed

Lines changed: 6 additions & 6 deletions

api-reference/beta/api/multivaluelegacyextendedproperty-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Depending on the resource you're getting the extended property from and the perm
5959
| group [post](../resources/post.md) | Group.Read.All | Not supported | Group.Read.All |
6060
| [mailFolder](../resources/mailfolder.md) | Mail.Read | Mail.Read | Mail.Read |
6161
| [message](../resources/message.md) | Mail.Read | Mail.Read | Mail.Read |
62-
| [note](../resources/note.md) | Notes.Read | Notes.Read | Notes.Read |
62+
| [note](../resources/note.md) | ShortNotes.Read | ShortNotes.Read | ShortNotes.Read |
6363
| [Outlook task](../resources/outlooktask.md) | Tasks.Read | Tasks.Read | Not supported |
6464
| [Outlook task folder](../resources/outlooktaskfolder.md) | Tasks.Read | Tasks.Read | Not supported |
6565

api-reference/beta/api/multivaluelegacyextendedproperty-post-multivalueextendedproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Depending on the resource you're creating the extended property in and the permi
5555
| group [post](../resources/post.md) | Group.ReadWrite.All | Not supported | Not supported |
5656
| [mailFolder](../resources/mailfolder.md) | Mail.ReadWrite | Mail.ReadWrite | Mail.ReadWrite |
5757
| [message](../resources/message.md) | Mail.ReadWrite | Mail.ReadWrite | Mail.ReadWrite |
58-
| [note](../resources/note.md) | Notes.ReadWrite | Notes.ReadWrite | Notes.ReadWrite |
58+
| [note](../resources/note.md) | ShortNotes.ReadWrite | ShortNotes.ReadWrite | ShortNotes.ReadWrite |
5959
| [Outlook task](../resources/outlooktask.md) | Tasks.ReadWrite | Tasks.ReadWrite | Not supported |
6060
| [Outlook task folder](../resources/outlooktaskfolder.md) | Tasks.ReadWrite | Tasks.ReadWrite | Not supported |
6161

api-reference/beta/api/note-post-attachments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ You can specify the following properties when you create an attachment.
5353

5454
|Property|Type|Description|
5555
|:---|:---|:---|
56-
|@odata.type|String|Required. Set to `#microsoft.graph.fileAttachment`.|
56+
|@odata.type|String|The OData type of the attachment resource. Required. Set to `#microsoft.graph.fileAttachment`.|
5757
|name|String|The file name of the attachment. Required.|
5858
|contentType|String|The MIME type of the attachment. Must be an image type: `image/png`, `image/jpeg`, `image/gif`, or `image/bmp`. Required.|
5959
|contentBytes|String|The base64-encoded contents of the file. Required.|
6060
|contentId|String|The ID used for referencing the attachment in the HTML body via `cid:`. Required.|
61-
|isInline|Boolean|Must be set to `true` for note attachments. Required.|
61+
|isInline|Boolean|Indicates whether the attachment is an inline attachment. Must be set to `true` for note attachments. Required.|
6262

6363
## Response
6464

api-reference/beta/api/singlevaluelegacyextendedproperty-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Depending on the resource you're getting the extended property from and the perm
6767
| group [post](../resources/post.md) | Group.Read.All | Not supported. | Group.Read.All |
6868
| [mailFolder](../resources/mailfolder.md) | Mail.Read | Mail.Read | Mail.Read |
6969
| [message](../resources/message.md) | Mail.Read | Mail.Read | Mail.Read |
70-
| [note](../resources/note.md) | Notes.Read | Notes.Read | Notes.Read |
70+
| [note](../resources/note.md) | ShortNotes.Read | ShortNotes.Read | ShortNotes.Read.All |
7171
| [Outlook task](../resources/outlooktask.md) | Tasks.Read | Tasks.Read | Not supported. |
7272
| [Outlook task folder](../resources/outlooktaskfolder.md) | Tasks.Read | Tasks.Read | Not supported. |
7373
| [todoTask](../resources/todotask.md) | Tasks.Read | Not supported. | Tasks.Read.All |

api-reference/beta/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Depending on the resource you're creating the extended property in and the permi
5656
| group [post](../resources/post.md) | Group.ReadWrite.All | Not supported. | Not supported. |
5757
| [mailFolder](../resources/mailfolder.md) | Mail.ReadWrite | Mail.ReadWrite | Mail.ReadWrite |
5858
| [message](../resources/message.md) | Mail.ReadWrite | Mail.ReadWrite | Mail.ReadWrite |
59-
| [note](../resources/note.md) | Notes.ReadWrite | Notes.ReadWrite | Notes.ReadWrite |
59+
| [note](../resources/note.md) | ShortNotes.ReadWrite | ShortNotes.ReadWrite | ShortNotes.ReadWrite |
6060
| [Outlook task](../resources/outlooktask.md) | Tasks.ReadWrite | Tasks.ReadWrite | Not supported. |
6161
| [Outlook task folder](../resources/outlooktaskfolder.md) | Tasks.ReadWrite | Tasks.ReadWrite | Not supported. |
6262
| [todoTask](../resources/todotask.md) | Tasks.ReadWrite | Not supported. | Not supported. |

0 commit comments

Comments
 (0)