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 stringrequired

Body

required

feedbackUpdateSchema

    userId integer

    The ID of the user that gave the feedback.

    Example: 2
    neverShow boolean

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

    Example: false
    given date-timenullable

    When this feedback was given

    Example: 2023-07-06T08:29:21.282Z

Responses

feedbackResponseSchema

Schema

    userId integer

    The ID of the user that gave the feedback.

    Example: 2
    neverShow boolean

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

    Example: false
    given date-timenullable

    When this feedback was given

    Example: 2023-07-06T08:29:21.282Z
    feedbackId string

    The name of the feedback session

    Example: pnps
Loading...