File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,14 @@ Update a Teams App in Microsoft Teams.
40
40
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
41
41
```
42
42
43
+ This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
44
+
43
45
### Example 2
44
46
``` powershell
45
47
PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
46
48
```
47
49
48
- This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
50
+ This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId and RSC Permissions .
49
51
50
52
## PARAMETERS
51
53
You can’t perform that action at this time.
0 commit comments