Approve or reject a recommendation.

post

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

By specifying true / false a recommendation can be approved or rejected.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
The information to approve or reject a Recommendation.
Root Schema : RecommendationApproval
Type: object
Recommendation Approval request
Show Source
Nested Schema : BooleanOperation
Type: object
BooleanOperation
Show Source
Nested Schema : failedItems
Type: array
items on which the action failed
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : FailedItemId
Type: object
Show Source
Nested Schema : ItemId
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.

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