Admin UI
Send Unleash feedback
Sends feedback gathered from the Unleash UI to the Unleash server. Must be called with a token with an identifiable user (either from being sent from the UI or from using a PAT).
post/api/admin/feedback
Request body
Example request
{
"feedbackId": "pnps"
}Response
feedbackResponseSchema
Example response
{
"userId": 2,
"given": "2023-07-06T08:29:21.282Z",
"feedbackId": "pnps"
}