Replace an existing feedback entry with a new, modified entry.
func (
r *FeedbackService) Update(ctx context.Context,
feedbackID string,
body FeedbackUpdateParams,
opts ...option.RequestOption) (res *FeedbackSchema,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
feedbackID* | string | |
body* | FeedbackUpdateParams | |
opts* | ...option.RequestOption |