Table of Contents

Update-PnPTeamsApp

SYNOPSIS

Required Permissions

  • Microsoft Graph API: Group.ReadWrite.All

Updates an existing app in the Teams App Catalog.

SYNTAX

Update-PnPTeamsApp -Identity <TeamsAppPipeBind> -Path <String>  

DESCRIPTION

Allows to update an existing app in the Teams App Catalog.

EXAMPLES

EXAMPLE 1

Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\myapp.zip

Updates the specified app in the teams app catalog with the contents of the referenced zip file.

PARAMETERS

-Identity

Specify the name, id or external id of the app.

Type: TeamsAppPipeBind
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

The path pointing to the packaged/zip file containing the app

Type: String
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices