Managed Content Type Searchable Input

Update the searchable status of a managed content type.
Root XML tag
<ManagedContentTypeSearchableInputRepresentation>
JSON example
{
"name": "Media",
"isSearchable": "false"
}
Properties
Name Type Description Required or Optional Available Version
isSearchable Boolean Specifies whether to set the managed content type to searchable (true) or not (false). Required 49.0
name String Developer name of the managed content type. In version 63.0 and later, specify the fully qualified name for content types that are package-installed. Required 49.0