Forum Discussion
OrangeJuiceJones
Feb 14, 2022Copper Contributor
SharePoint Content Types (from Hub) and MS changes
I'm provisioning a site through a flow, which in turn executes a Site Design (site script) that creates a library and adds several Content Types from a CT hub. After creating the site I have to wait...
Jim Duncan
May 27, 2022Iron Contributor
OrangeJuiceJones In case you haven't found it already, this is now documented with a sample 👉here👈
It just needs an array of Content Type IDs, so for more than one, the sampel would look something like this:
{
"verb": "addContentTypesFromHub",
"ids": [
"0x01007CE30DD1206047728BAFD1C39A850120",
"0x01007CE30DD1206047728BAFD1C39A850121",
"0x01007CE30DD1206047728BAFD1C39A850122"
]
}