Skip to content

Commit 241127d

Browse files
Add examples for Update-TeamsAppInstallation
Add examples for Update-TeamsAppInstallation with RSC permission string
1 parent fcd8136 commit 241127d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

teams/teams-ps/teams/Update-TeamsAppInstallation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Update a Teams App in Microsoft Teams.
4040
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
4141
```
4242

43+
### Example 2
44+
```powershell
45+
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
46+
```
47+
4348
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
4449

4550
## PARAMETERS

0 commit comments

Comments
 (0)