Admin UI
Update Unleash feedback
Updates the feedback with the provided ID. Only provided fields are updated. Fields left out are left untouched. Must be called with a token with an identifiable user (either from being sent from the UI or from using a PAT).
put/api/admin/feedback/{id}
Path parameters
idstring required
Request body
Example request
{
"userId": 2,
"given": "2023-07-06T08:29:21.282Z"
}Response
feedbackResponseSchema
Example response
{
"userId": 2,
"given": "2023-07-06T08:29:21.282Z",
"feedbackId": "pnps"
}