CommentSettings Object
Contains information about default settings to apply to all comments within the business.
This object is used by the following operations:
- PUT /api/businesses/{BusinessID}/commentsettings
- GET /api/businesses/{BusinessID}/commentsettings
- Operations that reference the Business object
- Operations that reference the BusinessSettings object
The properties included in the CommentSettings object are listed below.
Property | Type | Description |
---|---|---|
AutoPublish | boolean | Indicates whether comments are published automatically (true) or are moderated (false). |
MarkdownSupport | string | Indicates whether markdown is supported for the resource. Valid values: com.soa.feature.enabled or com.soa.feature.disabled. |
ExternalLinkSupport | string | Indicates whether external links are supported in markdown copy being added for the resource. Valid values: com.soa.feature.enabled or com.soa.feature.disabled. |