Disable topic type
POST {{baseUrl}}/api/v1/communityTopicTypes/disable
This API helps to disable topic types in the user community.
OAuth Scope
Desk.community.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
changeExisitingTopicToType (required) | <String> | Topic type that should be applied to existing topics mapped to the disabled type. Values allowed are: DISCUSSION , IDEA , PROBLEM , and QUESTION . |
type (required) | <String> | Topic type that must be disabled. Values allowed are: DISCUSSION , IDEA , PROBLEM , and QUESTION . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |