put https://api.workforce.pearson.com/content/v1/feedback
Update the feedback for a given request.
The request is validated by the BaseProvideFeedbackRequest class, in which the body schema is validated as per the feedback_type.
Parameters
request : BaseProvideFeedbackRequest
The feedback request to be updated. This request is validated by the
BaseProvideFeedbackRequest class.
Returns
FeedbackResponse
The updated feedback response.