Property description

The commentTypeCategoryApplications asset assigns a custom comment type category to a specific application.

Minimal JSON

{
  "applicationKey": "",
  "commentTypeCategoryKey": ""
}
{
  "applicationKey": "app",
  "commentTypeCategoryKey": "feedback"
}

Example taken from Custom Comments and Comment Workflows.

Nested properties

PropertyDescriptionValuesMandatory
applicationKeyKey of the application that the comment type category applies to.stringYes
commentTypeCategoryKeyKey of the comment type category.stringYes