diff --git a/PSGSuite/Public/Slides/Edit-GSPresentation.ps1 b/PSGSuite/Public/Slides/Edit-GSPresentation.ps1 index d6f914d1..3a71a4b9 100644 --- a/PSGSuite/Public/Slides/Edit-GSPresentation.ps1 +++ b/PSGSuite/Public/Slides/Edit-GSPresentation.ps1 @@ -6,6 +6,10 @@ function Edit-GSPresentation { .DESCRIPTION Updates a Presentation. Accepts update requests created by New-GSPresentationUpdateRequest + .PARAMETER PresentationId + + The uniqe Id of the Presentation + .PARAMETER Update The update requests, as created by New-GSPresentationUpdateRequest. Can either be passed as a list of updates, or updates can piped into the command