From cd0f00ad8b1c31e865450f1010f736d9b88d1fbd Mon Sep 17 00:00:00 2001 From: Peter Bajurny Date: Mon, 9 Nov 2020 11:20:55 -0600 Subject: [PATCH] Fix failing help tests --- PSGSuite/Public/Slides/Edit-GSPresentation.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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