RemoveAllowedChildTypes
RemoveAllowedChildTypes
- Method: POST.
Removes the specified Content types from the requested content's AllowedChildTypes collection.
Request example:
POST /odata.svc/Root/...('targetContent')/RemoveAllowedChildTypesDATA:models=[{"contentTypes": _value_}]
Parameters:
- contentTypes (
string[]
): The items that will be removed.
Return value:
Empty string. (Type: string
).
Requirements:
- AllowedRoles: Everyone