Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 435 Bytes

bookingcustomquestionupdate-powershell-snippets.md

File metadata and controls

19 lines (14 loc) · 435 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Bookings $params=@{ "@odata.type"="#microsoft.graph.bookingCustomQuestion"displayName="What is your age?"answerInputType="text"answerOptions=@( ) } Update-MgBookingBusinessCustomQuestion-BookingBusinessId $bookingBusinessId-BookingCustomQuestionId $bookingCustomQuestionId-BodyParameter $params
close