We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd8136 commit 241127dCopy full SHA for 241127d
teams/teams-ps/teams/Update-TeamsAppInstallation.md
@@ -40,6 +40,11 @@ Update a Teams App in Microsoft Teams.
40
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
41
```
42
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
+
48
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
49
50
## PARAMETERS
0 commit comments