Update Unleash feedback

View as Markdown

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).

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

idstringRequired

Request

feedbackUpdateSchema
userIdintegerOptional
The ID of the user that gave the feedback.
neverShowbooleanOptional

true if the user has asked never to see this feedback questionnaire again.

givenstring or nullOptionalformat: "date-time"
When this feedback was given

Response

feedbackResponseSchema
userIdinteger
The ID of the user that gave the feedback.
neverShowboolean

true if the user has asked never to see this feedback questionnaire again.

givenstring or nullformat: "date-time"
When this feedback was given
feedbackIdstring
The name of the feedback session

Errors

400
Bad Request Error
401
Unauthorized Error
415
Unsupported Media Type Error