Validate a recommendation.

post

/content/management/api/v1.1/personalization/recommendations/{id}/validatePublish

The recommendation and all its default items will be validated for publishing to the selected channel(s).

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
The information to validate a Recommendation and its default items for publishing to the provided channel(s). If no channels are provided, the targeted channels in the recommendation is used.
Root Schema : RecommendationValidate
Type: object
Recommendation Validate Request
Show Source
Nested Schema : channels
Type: array
List of validation channels. If channels is not empty, the recommendation and defaults are validated to the given channels. If channels is empty, the recommendation and its defaults are validated to the targeted channels.
Show Source
Nested Schema : PublishValidation
Type: object
PublishValidation
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Back to Top

Response

Supported Media Types

200 Response

Accepted.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Recommendation not found. The requested resource not found.

500 Response

Internal server error.
Back to Top