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 NameData TypeDescription
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

KeyDatatypeRequiredDescription
Authorizationstring