We updated the deprecated properties from API V1 to V2 based on the error messages provided when importing the theme into our instance. However, we are trying to replace the {{internal}} property, but cannot find the property replacement in the API documentation below:
https://developer.zendesk.com/api-reference/help_center/help-center-templates/v1/
Looking at the API V2 documentation, there is no list of the {{internal}} property. Does anyone know which property to replace for our API V2 upgrade?
The
internalproperty still exists but it is a property of the article object. This is because content permissions are now controlled on the article level rather than the section level. So to resolve these errors, ensure all references tointernalin your theme have an article context.