Skip to content

Commit 93c327b

Browse files
authored
Merge pull request #3319 from microsoftgraph/FixCreateuploadsession
Fix documentation for driveitem_creatuploadsession.md
2 parents 16d1004 + 903e82d commit 93c327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/beta/api/driveitem_createuploadsession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For example, the `item` property allows setting the following parameters:
5454
<!-- { "blockType": "resource", "@odata.type": "microsoft.graph.driveItemUploadableProperties" } -->
5555
```json
5656
{
57-
"@microsoft.graph.conflictBehavior": "rename | fail | overwrite",
57+
"@microsoft.graph.conflictBehavior": "rename | fail | replace",
5858
"description": "description",
5959
"name": "filename.txt"
6060
}

0 commit comments

Comments
 (0)