Skip to main content

Send Unleash feedback

POST 

/api/admin/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).

Request

Body

required

feedbackCreateSchema

    neverShow boolean

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

    Example: false
    feedbackId stringrequired

    The name of the feedback session

    Example: pnps

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