Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions api-reference/beta/api/driveitem-post-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ POST https://graph.microsoft.com/beta/drives/b!s8RqPCGh0ESQS2EYnKM0IKS3lM7GxjdAv
Content-Type: application/json

{
"grantedToIdentitiesV2": {
"roles": ["write"],
"grantedTo": {
"application": {
"id": "89ea5c94-7736-4e25-95ad-3fa95f62b66e",
"displayName": "Contoso Time Manager App"
}
},
"roles": ["write"]
}
}

```

# [C#](#tab/csharp)
Expand Down
Loading