BusinessReviewSettings Object
Contains information about default settings to apply to all reviews within the business.
This object is used by the following operations:
- PUT /api/businesses/{BusinessID}/reviewsettings
- GET /api/businesses/{BusinessID}/reviewsettings
- Operations that reference the Business object
- Operations that reference the BusinessSettings object
The properties included in the BusinessReviewSettings object are listed below.
Property | Type | Description |
---|---|---|
ReviewWorkflowDefKey | string | The unique workflow definition key for the custom workflow for reviews, if a custom workflow for reviews is in use. |
AutoPublish | boolean | Indicates whether reviews 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. |