Skip to main content

Update Unleash feedback

PUT /api/admin/feedback/:id

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

Request

Path Parameters

  • id string required

Body

required

feedbackUpdateSchema

  • userId integer

    The ID of the user that gave the feedback.

  • neverShow boolean

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

  • given date-time nullable

    When this feedback was given

Responses

feedbackResponseSchema

Schema
  • userId integer

    The ID of the user that gave the feedback.

  • neverShow boolean

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

  • given date-time nullable

    When this feedback was given

  • feedbackId string

    The name of the feedback session

Loading...