Skip to content

Commit 5a6f1ca

Browse files
authored
Merge pull request #26017 from microsoftgraph/Danielabom-triagefeedback1
Update driveitem.md
2 parents 252eeca + 5d1f085 commit 5a6f1ca

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

api-reference/beta/resources/driveitem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Items with the **folder** facet act as containers of items and therefore have a
7878
| [Set retention label](../api/driveitem-setretentionlabel.md) | [itemRetentionLabel](../resources/itemretentionlabel.md) | Apply (set) a retention label on a **driveItem** (files and folders). |
7979
| [Remove retention label](../api/driveitem-removeretentionlabel.md) | None | Remove a retention label from a **driveItem**. |
8080
| [Lock or unlock record](../api/driveitem-lockorunlockrecord.md) | [itemRetentionLabel](../resources/itemretentionlabel.md) | Lock or unlock a retention label on a **driveItem** that classifies content as records. |
81+
|[Create upload session](../api/driveitem-createuploadsession.md) |[uploadSession](../resources/uploadsession.md)|Create an upload session to allow your app to upload files up to the maximum file size.|
8182
| [Download file (deprecated)](../api/driveitem-get-content.md) | download URL | Download content of a **driveItem**.|
8283

8384

api-reference/beta/toc/files/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ items:
102102
href: ../../api/driveitem-removeretentionlabel.md
103103
- name: Lock or unlock record
104104
href: ../../api/driveitem-lockorunlockrecord.md
105+
- name: Create upload session
106+
href: ../../api/driveitem-createuploadsession.md
105107
- name: Download file (deprecated)
106108
href: ../../api/driveitem-get-content.md
107109
- name: Bundle

api-reference/v1.0/resources/driveitem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Items with the **folder** facet act as containers of items and therefore have a
7272
| [Set retention label](../api/driveitem-setretentionlabel.md) | [itemRetentionLabel](../resources/itemretentionlabel.md) | Apply (set) a retention label on a **driveItem** (files and folders). |
7373
| [Remove retention label](../api/driveitem-removeretentionlabel.md) | None | Remove a retention label from a **driveItem**. |
7474
| [Lock or unlock record](../api/driveitem-lockorunlockrecord.md) | [itemRetentionLabel](../resources/itemretentionlabel.md) | Lock or unlock a retention label on a **driveItem** that classifies content as records. |
75+
|[Create upload session](../api/driveitem-createuploadsession.md) |[uploadSession](../resources/uploadsession.md)|Create an upload session to allow your app to upload files up to the maximum file size.|
7576

7677
## Properties
7778

api-reference/v1.0/toc/files/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ items:
9696
href: ../../api/driveitem-removeretentionlabel.md
9797
- name: Lock or unlock record
9898
href: ../../api/driveitem-lockorunlockrecord.md
99+
- name: Create upload session
100+
href: ../../api/driveitem-createuploadsession.md
99101
- name: Bundle
100102
items:
101103
- name: Bundle

0 commit comments

Comments
 (0)