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
| Property | Description | Values | Mandatory |
|---|---|---|---|
applicationKey | Key of the application that the comment type category applies to. | string | Yes |
commentTypeCategoryKey | Key of the comment type category. | string | Yes |