Update topic type preferences
PATCH {{baseUrl}}/api/v1/communityTopicTypes
This API helps set the default topic type and enable/disable other topic types in the user community.
OAuth Scope
Desk.community.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
defaultTopicType | <String> | Topic type to set as the default option in the user community. Values allowed are: DISCUSSION , IDEA , PROBLEM , and QUESTION . |
enabledTopicTypes | <JSONArray> | Topic types to enable in the user community. Values allowed are: DISCUSSION , IDEA , PROBLEM , and QUESTION . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |