Publish a Recommendation.

post

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

Publish a Recommendation to optional channel(s).

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
The information needed to publish a Recommendation.
Root Schema : RecommendationPublish
Type: object
Recommendation Publish Request
Show Source
Nested Schema : channels
Type: array
List of publish channels. If channels is not empty, the recommendation and defaults are published to the given channels. If channels is empty, the recommendation and its defaults are published 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

OK.

202 Response

Accepted.

400 Response

Bad request.

403 Response

Forbidden.

500 Response

Internal server error.
Back to Top