| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Sites
$params = @{
required = $true
hidden = $false
propagateChanges = $false
}
Update-MgSiteContentTypeColumn -SiteId $siteId -ContentTypeId $contentTypeId -ColumnDefinitionId $columnDefinitionId -BodyParameter $params